From 2ca0d400a6602bf9b7f97de1501eee04b56ee07e Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 1 Jul 2020 14:50:11 +0900 Subject: [PATCH] AP_Proximity: remove incorrect comment from SF40c --- libraries/AP_Proximity/AP_Proximity_LightWareSF40C.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_Proximity/AP_Proximity_LightWareSF40C.cpp b/libraries/AP_Proximity/AP_Proximity_LightWareSF40C.cpp index 8db6fdd1e4..3c3fe75a3a 100644 --- a/libraries/AP_Proximity/AP_Proximity_LightWareSF40C.cpp +++ b/libraries/AP_Proximity/AP_Proximity_LightWareSF40C.cpp @@ -200,7 +200,6 @@ void AP_Proximity_LightWareSF40C::process_replies() } // process one byte received on serial port -// returns true if a message has been successfully parsed // state is stored in _msg structure void AP_Proximity_LightWareSF40C::parse_byte(uint8_t b) {