mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Notify: bump up max number of simulated notify devices
This commit is contained in:
parent
a05af3f3c3
commit
d6f7fddcaf
@ -45,7 +45,11 @@ extern const AP_HAL::HAL& hal;
|
|||||||
|
|
||||||
AP_Notify *AP_Notify::_singleton;
|
AP_Notify *AP_Notify::_singleton;
|
||||||
|
|
||||||
|
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||||
|
#define CONFIG_NOTIFY_DEVICES_MAX 12
|
||||||
|
#else
|
||||||
#define CONFIG_NOTIFY_DEVICES_MAX 6
|
#define CONFIG_NOTIFY_DEVICES_MAX 6
|
||||||
|
#endif
|
||||||
|
|
||||||
#if AP_NOTIFY_TOSHIBALED_ENABLED
|
#if AP_NOTIFY_TOSHIBALED_ENABLED
|
||||||
#define TOSHIBA_LED_I2C_BUS_INTERNAL 0
|
#define TOSHIBA_LED_I2C_BUS_INTERNAL 0
|
||||||
|
Loading…
Reference in New Issue
Block a user