mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_Notify: fixed oled probe on first bus
Thanks to Erwin Quilloy for helping to track this down
This commit is contained in:
parent
986a1eb72f
commit
cfe0fb61e1
@ -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