1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +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;
#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);