mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Merge pull request #9406 from jflyper/bfdev-g4-persistent
[G4] Persistent object support
This commit is contained in:
commit
ff04f0d37e
2 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue