From 0ccacfdc0ebe9a5bb8bd0be6f5d5427dd62a2d41 Mon Sep 17 00:00:00 2001 From: fishpepper Date: Wed, 2 Aug 2017 22:28:37 +0200 Subject: [PATCH] fixed response code --- src/main/fc/fc_msp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/fc/fc_msp.c b/src/main/fc/fc_msp.c index e439a97a19..b952d723c8 100644 --- a/src/main/fc/fc_msp.c +++ b/src/main/fc/fc_msp.c @@ -2078,7 +2078,7 @@ static mspResult_e mspCommonProcessInCommand(uint8_t cmdMSP, sbuf_t *src) return mspFcProcessInCommand(cmdMSP, src); #endif } - return MSP_RESULT_ERROR; + return MSP_RESULT_ACK; } /*