1
0
Fork 0
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:
Andrey Mironov 2018-04-03 16:08:36 +03:00 committed by Michael Keller
parent 07cce64572
commit aede46288b
13 changed files with 118 additions and 171 deletions

View file

@ -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