-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Thanks for sharing this library.
Is there a reason this function is named write_u32
if the argument is a 16-bit variable?
cpp-arduino-serial/src/robust_serial.cpp
Line 28 in 2075fd8
void write_u32(fstream &file, uint16_t num) |
I expected it to be called write_u16
or for the argument to be uint32_t
.
Metadata
Metadata
Assignees
Labels
No labels