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

G4 system files update

This commit is contained in:
jflyper 2020-10-02 17:11:08 +09:00
parent e4d7c4e152
commit 65e8a0dce7
3 changed files with 7 additions and 88 deletions

View file

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