mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Notify: search for 4 buses in AP_Notify
This commit is contained in:
parent
1c054f0e4a
commit
480017f190
@ -315,7 +315,7 @@ static const uint8_t _font[] = {
|
||||
};
|
||||
|
||||
// probe first 3 busses:
|
||||
static const uint8_t I2C_BUS_PROBE_MASK = 0x7;
|
||||
static const uint8_t I2C_BUS_PROBE_MASK = 0xf;
|
||||
|
||||
bool Display::init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user