ACM: removed pointless load() calls

This commit is contained in:
Andrew Tridgell 2012-08-08 16:51:14 +10:00
parent dcc50b5705
commit 103b02fe94

View File

@ -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());