mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ACM: removed pointless load() calls
This commit is contained in:
parent
dcc50b5705
commit
103b02fe94
@ -890,8 +890,6 @@ static void report_wp(byte index = 255)
|
||||
|
||||
static void report_sonar()
|
||||
{
|
||||
g.sonar_enabled.load();
|
||||
g.sonar_type.load();
|
||||
Serial.printf_P(PSTR("Sonar\n"));
|
||||
print_divider();
|
||||
print_enabled(g.sonar_enabled.get());
|
||||
|
Loading…
Reference in New Issue
Block a user