mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: change comment about fall through LEDDARONE_MODBUS_INIT case
This commit is contained in:
parent
3b8d36314c
commit
4329cdbf2c
|
@ -62,8 +62,8 @@ bool AP_RangeFinder_LeddarOne::get_reading(uint16_t &reading_cm)
|
|||
read_len = 0;
|
||||
modbus_status = LEDDARONE_MODBUS_PRE_SEND_REQUEST;
|
||||
|
||||
// no "break;"
|
||||
// to fall through to next state LEDDARONE_MODBUS_PRE_SEND_REQUEST immediately
|
||||
// FALL THROUGH
|
||||
// no break to fall through to next state LEDDARONE_MODBUS_PRE_SEND_REQUEST immediately
|
||||
|
||||
case LEDDARONE_MODBUS_PRE_SEND_REQUEST:
|
||||
// send a request message for Modbus function 4
|
||||
|
|
Loading…
Reference in New Issue