Fixed serial compile issue
This commit is contained in:
parent
e5bb8325bd
commit
8e66213d6e
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ void printRates();
|
|||
|
||||
int serialport_set_config(int fd, int baud);
|
||||
|
||||
int serialport_init(const char* device, int baud = BAUDRATE);
|
||||
int serialport_init(const char* device, int baud = BAUDRATE, bool block = false);
|
||||
|
||||
|
||||
#endif // SERIAL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue