From 480017f19056a57ec507c02f17826133db4f1d6a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Jun 2018 12:11:13 +1000 Subject: [PATCH] AP_Notify: search for 4 buses in AP_Notify --- libraries/AP_Notify/Display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Notify/Display.cpp b/libraries/AP_Notify/Display.cpp index 66d1032dfa..3e697eb2c1 100644 --- a/libraries/AP_Notify/Display.cpp +++ b/libraries/AP_Notify/Display.cpp @@ -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) {