mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_ChibiOS: change BUILD_DEFAULT_LED_TYPE to new pattern
This commit is contained in:
parent
be80cb12ef
commit
8293c1f8c9
@ -139,7 +139,7 @@ define HAL_PERIPH_ENABLE_RC_OUT
|
|||||||
define HAL_PERIPH_ENABLE_NOTIFY
|
define HAL_PERIPH_ENABLE_NOTIFY
|
||||||
|
|
||||||
# use NCP5623 RGB LED on I2C1
|
# use NCP5623 RGB LED on I2C1
|
||||||
define BUILD_DEFAULT_LED_TYPE 128
|
define DEFAULT_NTF_LED_TYPES 128
|
||||||
|
|
||||||
define BARO_MAX_INSTANCES 1
|
define BARO_MAX_INSTANCES 1
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ PA14 JTCK-SWCLK SWD
|
|||||||
|
|
||||||
###########################
|
###########################
|
||||||
define AP_NOTIFY_PROFILED_SPI_ENABLED 1
|
define AP_NOTIFY_PROFILED_SPI_ENABLED 1
|
||||||
define BUILD_DEFAULT_LED_TYPE Notify_LED_ProfiLED_SPI
|
define DEFAULT_NTF_LED_TYPES Notify_LED_ProfiLED_SPI
|
||||||
define NOTIFY_LED_LEN_DEFAULT 16
|
define NOTIFY_LED_LEN_DEFAULT 16
|
||||||
define CONFIGURE_PPS_PIN TRUE
|
define CONFIGURE_PPS_PIN TRUE
|
||||||
define HAL_PERIPH_ENABLE_NOTIFY
|
define HAL_PERIPH_ENABLE_NOTIFY
|
||||||
|
@ -164,6 +164,6 @@ define HAL_PERIPH_ENABLE_RC_OUT
|
|||||||
define HAL_PERIPH_GPS_PORT_DEFAULT 1
|
define HAL_PERIPH_GPS_PORT_DEFAULT 1
|
||||||
|
|
||||||
# enable NCP5623 on 2nd I2C bus
|
# enable NCP5623 on 2nd I2C bus
|
||||||
define BUILD_DEFAULT_LED_TYPE 128
|
define DEFAULT_NTF_LED_TYPES 128
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user