mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_SBusOut: unify singleton naming to _singleton and get_singleton()
This commit is contained in:
parent
155a1b7ec7
commit
132a93189d
@ -181,7 +181,7 @@ void AP_SBusOut::init() {
|
||||
sbus_frame_interval = 3700;
|
||||
}
|
||||
|
||||
AP_SerialManager *serial_manager = AP_SerialManager::get_instance();
|
||||
AP_SerialManager *serial_manager = AP_SerialManager::get_singleton();
|
||||
if (!serial_manager) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user