mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge branch 'fix_custom_defaults_addresses' into add_custom_defaults_to_msp
This commit is contained in:
commit
36dc7306e2
4 changed files with 15 additions and 15 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(bool) {}
|
||||
bool resetEEPROM(bool) { return true; }
|
||||
void bufWriterFlush(bufWriter_t *) {}
|
||||
void mixerResetDisarmedMotors(void) {}
|
||||
void gpsEnablePassthrough(struct serialPort_s *) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue