AP_RangeFinder: remove case indent

This commit is contained in:
Shingo Matsuura 2016-11-05 11:26:13 +09:00 committed by Randy Mackay
parent c348a6d0fe
commit 05723ee4f5

View File

@ -56,7 +56,6 @@ bool AP_RangeFinder_LeddarOne::get_reading(uint16_t &reading_cm)
}
switch (modbus_status) {
case LEDDARONE_MODBUS_INIT:
// clear buffer and buffer_len
memset(read_buffer, 0, sizeof(read_buffer));