mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +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();
|
||||
break;
|
||||
|
||||
#ifdef USE_CLI
|
||||
case MSP_PENDING_CLI:
|
||||
cliEnter(mspPort->port);
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue