Skip to content
Snippets Groups Projects
Commit ebc40067 authored by rolandash's avatar rolandash Committed by Lorenz Meier
Browse files

otherwise posix_sitl_rtps fail to build (MACOS)

parent d14d31df
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment