mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: cleanup more defines and classes
This commit is contained in:
parent
3129cae875
commit
78862a334e
|
@ -82,7 +82,7 @@ PB9 CAN1_TX CAN1
|
||||||
PC13 GPIO_CAN1_SILENT OUTPUT PUSHPULL SPEED_LOW LOW GPIO(70)
|
PC13 GPIO_CAN1_SILENT OUTPUT PUSHPULL SPEED_LOW LOW GPIO(70)
|
||||||
|
|
||||||
# reduce memory usage
|
# reduce memory usage
|
||||||
define UAVCAN_NODE_POOL_SIZE 1024
|
define DRONECAN_NODE_POOL_SIZE 1024
|
||||||
|
|
||||||
|
|
||||||
# --------------------- UARTs ---------------------------
|
# --------------------- UARTs ---------------------------
|
||||||
|
|
Loading…
Reference in New Issue