mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Fixed build issue for F1, and added dfu CLI command (for restart in DFU mode)
This commit is contained in:
parent
405d9f051a
commit
72a6e701eb
7 changed files with 54 additions and 9 deletions
|
@ -42,6 +42,7 @@ void systemReset(void);
|
|||
void systemResetToBootloader(void);
|
||||
bool isMPUSoftReset(void);
|
||||
void cycleCounterInit(void);
|
||||
void checkForBootLoaderRequest(void);
|
||||
|
||||
void enableGPIOPowerUsageAndNoiseReductions(void);
|
||||
// current crystal frequency - 8 or 12MHz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue