mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: enable NCP5623 LED in f103-GPS
This commit is contained in:
parent
c75a7e425a
commit
6f11926dbd
|
@ -161,3 +161,4 @@ 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
|
||||
|
|
|
@ -8,3 +8,6 @@ define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_gps"
|
|||
# GPS+MAG
|
||||
define HAL_PERIPH_ENABLE_GPS
|
||||
define HAL_PERIPH_ENABLE_MAG
|
||||
define HAL_PERIPH_ENABLE_NCP5623_LED
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue