mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Added shadow copies for CLI and MSP.
This commit is contained in:
parent
985a9208d5
commit
6de1c32d9d
56 changed files with 277 additions and 222 deletions
|
@ -293,7 +293,7 @@ void beeperConfirmationBeeps(uint8_t beepCount) {UNUSED(beepCount);}
|
|||
|
||||
uint32_t micros(void) {return 0;}
|
||||
|
||||
bool featureConfigured(uint32_t) {return true;}
|
||||
bool featureIsEnabled(uint32_t) {return true;}
|
||||
|
||||
uint32_t serialRxBytesWaiting(const serialPort_t *) {return 0;}
|
||||
uint32_t serialTxBytesFree(const serialPort_t *) {return 0;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue