mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Reworked reboot flags for F4 partially (#5193)
This commit is contained in:
parent
07cce64572
commit
aede46288b
13 changed files with 118 additions and 171 deletions
|
@ -45,9 +45,9 @@ void failureMode(failureMode_e mode);
|
|||
// bootloader/IAP
|
||||
void systemReset(void);
|
||||
void systemResetToBootloader(void);
|
||||
void checkForBootLoaderRequest(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