1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Comment cleanup

This commit is contained in:
Dominic Clifton 2014-08-18 19:09:12 +01:00
parent 0b353341f8
commit 349b20186d

View file

@ -854,7 +854,8 @@ static bool processInCommand(void)
} }
break; break;
#endif #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; return false;
} }
headSerialReply(0); headSerialReply(0);