Browse Source

AP_Notify: search for 4 buses in AP_Notify

master
Andrew Tridgell 7 years ago
parent
commit
480017f190
  1. 2
      libraries/AP_Notify/Display.cpp

2
libraries/AP_Notify/Display.cpp

@ -315,7 +315,7 @@ static const uint8_t _font[] = { @@ -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…
Cancel
Save