diff --git a/src/mw.c b/src/mw.c index c76664c22d..6655dbbc41 100755 --- a/src/mw.c +++ b/src/mw.c @@ -461,6 +461,9 @@ void loop(void) case SERIALRX_SUMD: rcReady = sumdFrameComplete(); break; + case SERIALRX_MSP: + rcReady = mspFrameComplete(); + break; } }