AP_VideoTX : fixed typo

line 610 : to to -> to
This commit is contained in:
VMsunghwan 2022-01-12 16:58:59 +09:00 committed by Peter Barker
parent 7a9474749a
commit a49bab158f
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ bool AP_SmartAudio::parse_response_buffer(const uint8_t *buffer)
vtx.set_configured_power_mw(vtx.get_power_mw());
break;
}
debug("Power was set to to %d", power);
debug("Power was set to %d", power);
}
break;