Skip to content

Commit

Permalink
otherwise posix_sitl_rtps fail to build (MACOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandash authored and LorenzMeier committed Jun 16, 2018
1 parent d14d31d commit ebc4006
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebc4006

Please sign in to comment.