forked from Archive/PX4-Autopilot
otherwise posix_sitl_rtps fail to build (MACOS)
This commit is contained in:
parent
d14d31df14
commit
ebc40067c7
|
@ -54,6 +54,12 @@
|
|||
#define SLEEP_MS 1
|
||||
#define BAUDRATE B460800
|
||||
#define BAUDRATE_VAL 460800
|
||||
#ifndef B460800
|
||||
#define B460800 460800
|
||||
#endif
|
||||
#ifndef B921600
|
||||
#define B921600 921600
|
||||
#endif
|
||||
#define DEVICE "/dev/ttyACM0"
|
||||
#define POLL_MS 1
|
||||
#define DEFAULT_RECV_PORT 2019
|
||||
|
|
Loading…
Reference in New Issue