mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Added support for resetting to custom defaults to MSP.
This commit is contained in:
parent
e38d460acf
commit
772b249a3f
7 changed files with 115 additions and 30 deletions
|
@ -265,7 +265,7 @@ void beeperOffSet(uint32_t) {}
|
|||
void beeperOffClear(uint32_t) {}
|
||||
void beeperOffClearAll(void) {}
|
||||
bool parseColor(int, const char *) {return false; }
|
||||
void resetEEPROM(void) {}
|
||||
void resetEEPROM(bool) {}
|
||||
void bufWriterFlush(bufWriter_t *) {}
|
||||
void mixerResetDisarmedMotors(void) {}
|
||||
void gpsEnablePassthrough(struct serialPort_s *) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue