forked from Archive/PX4-Autopilot
Changed the default behavior for the client launching as a infinite loop
This commit is contained in:
parent
a2cf87b3ab
commit
a9b12cc8b4
|
@ -48,7 +48,7 @@
|
|||
|
||||
#define BUFFER_SIZE 1024
|
||||
#define UPDATE_TIME_MS 0
|
||||
#define LOOPS 10000
|
||||
#define LOOPS -1
|
||||
#define SLEEP_MS 1
|
||||
#define BAUDRATE 460800
|
||||
#define DEVICE "/dev/ttyACM0"
|
||||
|
|
Loading…
Reference in New Issue