Skip to content

Commit

Permalink
AP_Notify: add support for simulated GPIO LEDs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jul 9, 2024
1 parent 8f960af commit 3d0f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Notify/PixRacerLED.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <AP_HAL/HAL.h>

#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS || CONFIG_HAL_BOARD == HAL_BOARD_SITL

#ifndef HAL_GPIO_A_LED_PIN
#define HAL_GPIO_A_LED_PIN -1
Expand Down

0 comments on commit 3d0f738

Please sign in to comment.