AP_Notify: correct gate on inclusion of profiled_spi enum entry

This commit is contained in:
Peter Barker 2023-06-14 20:07:19 +10:00 committed by Andrew Tridgell
parent 2f4b617464
commit 60c785de3f
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ public:
#if AP_NOTIFY_DSHOT_LED_ENABLED #if AP_NOTIFY_DSHOT_LED_ENABLED
Notify_LED_DShot = (1 << 11),// Use dshot commands to set ESC LEDs Notify_LED_DShot = (1 << 11),// Use dshot commands to set ESC LEDs
#endif #endif
#if AP_NOTIFY_PROFILED_ENABLED #if AP_NOTIFY_PROFILED_SPI_ENABLED
Notify_LED_ProfiLED_SPI = (1 << 12), // ProfiLED Notify_LED_ProfiLED_SPI = (1 << 12), // ProfiLED (SPI)
#endif #endif
#if AP_NOTIFY_LP5562_ENABLED #if AP_NOTIFY_LP5562_ENABLED
Notify_LED_LP5562_I2C_External = (1 << 13), // LP5562 Notify_LED_LP5562_I2C_External = (1 << 13), // LP5562