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

[G4][SYSTEM] Basic & build files

This commit is contained in:
jflyper 2019-06-26 14:40:45 +09:00
parent 575460ac52
commit e4d7c4e152
12 changed files with 2330 additions and 4 deletions

View file

@ -69,6 +69,9 @@ uint32_t getCycleCounter(void);
#if defined(STM32H7) || defined(STM32G4)
void systemCheckResetReason(void);
#endif
#if defined(STM32G4)
void systemBOOT0PinBootLoaderEnable(void);
#endif
void initialiseMemorySections(void);