Skip to content

Commit

Permalink
Update libraries/AP_Notify/AP_Notify.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Barker <[email protected]>
  • Loading branch information
bugobliterator and peterbarker authored Oct 14, 2024
1 parent 5019686 commit 69ccba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/AP_Notify/AP_Notify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ AP_Notify *AP_Notify::_singleton;
#endif // defined (DEFAULT_NTF_LED_TYPES)

#ifndef DEFAULT_NTF_LED_TYPES
#define DEFAULT_NTF_LED_TYPES (Notify_LED_Board | I2C_LEDS)

#if HAL_WITH_IO_MCU && AP_IOMCU_PROFILED_SUPPORT_ENABLED
#define DEFAULT_NTF_LED_TYPES (Notify_LED_Board | Notify_LED_ProfiLED_IOMCU | I2C_LEDS)
#else
#define DEFAULT_NTF_LED_TYPES (Notify_LED_Board | I2C_LEDS)
#define DEFAULT_NTF_LED_TYPES (DEFAULT_NTF_LED_TYPES | Notify_LED_ProfiLED_IOMCU)
#endif
#endif // DEFAULT_NTF_LED_TYPES

Expand Down

0 comments on commit 69ccba2

Please sign in to comment.