mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Fix failing SPRACINGF3OSD build
This commit is contained in:
parent
5fa8971b1c
commit
fda453ca74
1 changed files with 2 additions and 0 deletions
|
@ -224,9 +224,11 @@ static void mspProcessPendingRequest(mspPort_t * mspPort)
|
||||||
systemResetToBootloader();
|
systemResetToBootloader();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#ifdef USE_CLI
|
||||||
case MSP_PENDING_CLI:
|
case MSP_PENDING_CLI:
|
||||||
cliEnter(mspPort->port);
|
cliEnter(mspPort->port);
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue