mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +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
|
@ -388,7 +388,7 @@ bool sensors(uint32_t) {return false;}
|
|||
void serialWrite(serialPort_t *, uint8_t) {}
|
||||
uint32_t serialTxBytesFree(const serialPort_t *) {return 0;}
|
||||
bool isSerialTransmitBufferEmpty(const serialPort_t *) {return false;}
|
||||
bool featureConfigured(uint32_t) {return false;}
|
||||
bool featureIsEnabled(uint32_t) {return false;}
|
||||
void mspSerialReleasePortIfAllocated(serialPort_t *) {}
|
||||
serialPortConfig_t *findSerialPortConfig(serialPortFunction_e ) {return NULL;}
|
||||
serialPort_t *findSharedSerialPort(uint16_t , serialPortFunction_e ) {return NULL;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue