mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: rename more variables, types and defines
This commit is contained in:
parent
645fd82507
commit
3f47d4c71c
|
@ -142,8 +142,8 @@ PD2 SDMMC1_CMD SDMMC1
|
|||
define BOARD_SER1_RTSCTS_DEFAULT 0
|
||||
|
||||
define HAL_OS_FATFS_IO 1
|
||||
define HAL_WITH_UAVCAN 1
|
||||
env HAL_WITH_UAVCAN 1
|
||||
define HAL_WITH_DRONECAN 1
|
||||
env HAL_WITH_DRONECAN 1
|
||||
define HAL_PICCOLO_CAN_ENABLE 0
|
||||
define AP_CAN_SLCAN_ENABLED 1
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ define AP_AIRSPEED_MS5525_ENABLED 1
|
|||
define AP_AIRSPEED_SDP3X_ENABLED 1
|
||||
define AP_AIRSPEED_NMEA_ENABLED 1 # additional checks for vehicle type in .cpp
|
||||
|
||||
define AP_AIRSPEED_DRONECAN_ENABLED HAL_ENABLE_LIBUAVCAN_DRIVERS
|
||||
define AP_AIRSPEED_DRONECAN_ENABLED HAL_ENABLE_DRONECAN_DRIVERS
|
||||
|
|
Loading…
Reference in New Issue