mirror of https://github.com/ArduPilot/ardupilot
AP_Notify: correct gate on inclusion of profiled_spi enum entry
This commit is contained in:
parent
2f4b617464
commit
60c785de3f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue