mirror of https://github.com/ArduPilot/ardupilot
hwdef: remove bad AP_PERIPH_HAVE_LED lines from bootloaders
this define is only used within the AP_Periph directory
This commit is contained in:
parent
2ca8cc572c
commit
ad90e37f21
|
@ -50,8 +50,6 @@ define HAL_NO_MONITOR_THREAD
|
|||
PA13 JTMS-SWDIO SWD
|
||||
PA14 JTCK-SWCLK SWD
|
||||
|
||||
define AP_PERIPH_HAVE_LED
|
||||
|
||||
# order of UARTs
|
||||
SERIAL_ORDER
|
||||
define HAL_USE_UART FALSE
|
||||
|
|
|
@ -51,8 +51,6 @@ define HAL_NO_MONITOR_THREAD
|
|||
PA13 JTMS-SWDIO SWD
|
||||
PA14 JTCK-SWCLK SWD
|
||||
|
||||
define AP_PERIPH_HAVE_LED
|
||||
|
||||
define CAN_APP_NODE_NAME "com.cubepilot.here4fc"
|
||||
|
||||
PB6 USART1_TX USART1
|
||||
|
|
|
@ -65,8 +65,6 @@ define HAL_DEVICE_THREAD_STACK 2048
|
|||
|
||||
define HAL_BARO_ALLOW_INIT_NO_BARO
|
||||
|
||||
define AP_PERIPH_HAVE_LED
|
||||
|
||||
define HAL_COMPASS_MAX_SENSORS 1
|
||||
|
||||
# GPS+MAG
|
||||
|
|
Loading…
Reference in New Issue