AP_Notify: fixed oled probe on first bus
Thanks to Erwin Quilloy for helping to track this down
This commit is contained in:
parent
0be5e65b4a
commit
ebcdf4c9c6
@ -337,6 +337,9 @@ bool Display::init(void)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (_driver != nullptr) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (_driver == nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user