From 349b20186de25cd4f0027c75dec65c98e10d4c5c Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Mon, 18 Aug 2014 19:09:12 +0100 Subject: [PATCH] Comment cleanup --- src/main/io/serial_msp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/io/serial_msp.c b/src/main/io/serial_msp.c index cb52a0cefd..c55a02be07 100755 --- a/src/main/io/serial_msp.c +++ b/src/main/io/serial_msp.c @@ -854,7 +854,8 @@ static bool processInCommand(void) } break; #endif - default: // we do not know how to handle the (valid) message, indicate error MSP $M! + default: + // we do not know how to handle the (valid) message, indicate error MSP $M! return false; } headSerialReply(0);