1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

[G4] Persistent object support

This commit is contained in:
jflyper 2019-07-08 01:38:22 +09:00
parent ff1df466f3
commit 49cf92f5e6
2 changed files with 16 additions and 1 deletions

View file

@ -66,7 +66,7 @@ bool isMPUSoftReset(void);
void cycleCounterInit(void);
uint32_t clockCyclesToMicros(uint32_t clockCycles);
uint32_t getCycleCounter(void);
#if defined(STM32H7)
#if defined(STM32H7) || defined(STM32G4)
void systemCheckResetReason(void);
#endif