mirror of https://github.com/ArduPilot/ardupilot
hwdef: compilation fix for CSKY405-fix
SCB-WAF: ../../libraries/AP_HAL/AP_HAL_Boards.h:372:2: error: #error "HAL_GPIO_LED_OFF must not be defined, it is implicitly !HAL_GPIO_LED_ON" 372 | #error "HAL_GPIO_LED_OFF must not be defined, it is implicitly !HAL_GPIO_LED_ON"
This commit is contained in:
parent
006d2c6cfe
commit
f16d0378e1
|
@ -28,7 +28,6 @@ PA14 LED0 OUTPUT LOW GPIO(90) # blue marked as ACT
|
||||||
PA13 LED1 OUTPUT LOW GPIO(91) # green marked as B/E
|
PA13 LED1 OUTPUT LOW GPIO(91) # green marked as B/E
|
||||||
define HAL_GPIO_A_LED_PIN 91
|
define HAL_GPIO_A_LED_PIN 91
|
||||||
define HAL_GPIO_B_LED_PIN 90
|
define HAL_GPIO_B_LED_PIN 90
|
||||||
define HAL_GPIO_LED_OFF 1
|
|
||||||
|
|
||||||
# --------------------- PWM -----------------------
|
# --------------------- PWM -----------------------
|
||||||
PA8 TIM1_CH1 TIM1 PWM(1) GPIO(50) // S1
|
PA8 TIM1_CH1 TIM1 PWM(1) GPIO(50) // S1
|
||||||
|
@ -187,4 +186,4 @@ define HAL_HOTT_TELEM_ENABLED 0
|
||||||
define HAL_NMEA_OUTPUT_ENABLED 0
|
define HAL_NMEA_OUTPUT_ENABLED 0
|
||||||
define HAL_BUTTON_ENABLED 0
|
define HAL_BUTTON_ENABLED 0
|
||||||
define AP_NOTIFY_OREOLED_ENABLED 0
|
define AP_NOTIFY_OREOLED_ENABLED 0
|
||||||
define HAL_PICCOLO_CAN_ENABLE 0
|
define HAL_PICCOLO_CAN_ENABLE 0
|
||||||
|
|
Loading…
Reference in New Issue