AP_Notify: search for 4 buses in AP_Notify

This commit is contained in:
Andrew Tridgell 2018-06-21 12:11:13 +10:00
parent 1c054f0e4a
commit 480017f190

View File

@ -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)
{