[opa] board file updates: reduced delay (#1867)

This commit is contained in:
Christophe De Wagter
2016-09-30 22:43:43 +02:00
committed by Gautier Hattenberger
parent ca141420eb
commit 72d82369a5
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ GPS_PORT ?= UART1
GPS_BAUD ?= B57600 GPS_BAUD ?= B57600
INTERMCU_PORT ?= UART3 INTERMCU_PORT ?= UART3
INTERMCU_BAUD ?= B230400 INTERMCU_BAUD ?= B460800
# #
# default IMU configuration # default IMU configuration
+4 -1
View File
@@ -40,7 +40,10 @@ MODEM_PORT ?= UART3
MODEM_BAUD ?= B19200 MODEM_BAUD ?= B19200
INTERMCU_PORT ?= UART2 INTERMCU_PORT ?= UART2
INTERMCU_BAUD ?= B230400 INTERMCU_BAUD ?= B460800
GPS_PORT ?= UART4
GPS_BAUD ?= B57600
# #
# default actuator configuration # default actuator configuration
@@ -39,6 +39,7 @@
#define B100000 100000 #define B100000 100000
#define B115200 115200 #define B115200 115200
#define B230400 230400 #define B230400 230400
#define B460800 460800
#define B921600 921600 #define B921600 921600
#define B1500000 1500000 #define B1500000 1500000
#define B3000000 3000000 #define B3000000 3000000