mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Parameter groups EEPROM migration
This commit is contained in:
parent
cbd036a187
commit
974037c150
11 changed files with 539 additions and 255 deletions
|
@ -105,7 +105,6 @@
|
|||
#endif
|
||||
|
||||
extern uint16_t cycleTime; // FIXME dependency on mw.c
|
||||
extern void resetProfile(profile_t *profile);
|
||||
|
||||
static const char * const flightControllerIdentifier = BETAFLIGHT_IDENTIFIER; // 4 UPPER CASE alpha numeric characters that identify the flight controller.
|
||||
static const char * const boardIdentifier = TARGET_BOARD_IDENTIFIER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue