MAVLink app: Increase max data rate

This commit is contained in:
Lorenz Meier 2015-07-09 00:50:00 +02:00
parent 44eff36819
commit b1b555ceb6
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
static const int ERROR = -1;
#define DEFAULT_DEVICE_NAME "/dev/ttyS1"
#define MAX_DATA_RATE 1000000 ///< max data rate in bytes/s
#define MAX_DATA_RATE 10000000 ///< max data rate in bytes/s
#define MAIN_LOOP_DELAY 10000 ///< 100 Hz @ 1000 bytes/s data rate
#define FLOW_CONTROL_DISABLE_THRESHOLD 40 ///< picked so that some messages still would fit it.