mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL_ChibiOS: rename AP_PERIPH_<feature>_DEFAULT to HAL_PERIPH_<feature>_DEFAULT
This commit is contained in:
parent
71859c9893
commit
5432c9957a
@ -157,7 +157,7 @@ define HAL_PERIPH_ENABLE_BARO
|
||||
define HAL_PERIPH_ENABLE_BUZZER
|
||||
define HAL_PERIPH_NEOPIXEL_COUNT 8
|
||||
define HAL_PERIPH_NEOPIXEL_CHAN 0
|
||||
define AP_PERIPH_LED_BRIGHT_DEFAULT 50
|
||||
define HAL_PERIPH_LED_BRIGHT_DEFAULT 50
|
||||
|
||||
# use the app descriptor needed by MissionPlanner for CAN upload
|
||||
env APP_DESCRIPTOR MissionPlanner
|
||||
|
@ -10,7 +10,7 @@ define AIRSPEED_MAX_SENSORS 1
|
||||
|
||||
define HAL_PERIPH_ENABLE_RANGEFINDER
|
||||
|
||||
define AP_PERIPH_RANGEFINDER_PORT_DEFAULT 3
|
||||
define HAL_PERIPH_RANGEFINDER_PORT_DEFAULT 3
|
||||
|
||||
# we're too low on flash with old compiler for bootloader
|
||||
define HAL_NO_ROMFS_SUPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user