mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-29 12:08:32 -04:00
AP_Notify: fixed probe on all internal NCP5623 LEDs
This commit is contained in:
parent
ac1e03e16a
commit
14dca255a4
@ -296,7 +296,9 @@ void AP_Notify::add_backends(void)
|
||||
}
|
||||
break;
|
||||
case Notify_LED_NCP5623_I2C_Internal:
|
||||
ADD_BACKEND(new NCP5623(TOSHIBA_LED_I2C_BUS_INTERNAL));
|
||||
FOREACH_I2C_INTERNAL(b) {
|
||||
ADD_BACKEND(new NCP5623(b));
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
case Notify_LED_PCA9685LED_I2C_External:
|
||||
|
Loading…
Reference in New Issue
Block a user