1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Move memory section initialisation earlier into the init sequence.

Allows startup-code/libs/etc to be moved into different memory regions.
This commit is contained in:
Dominic Clifton 2019-02-19 18:46:19 +01:00
parent dc48664371
commit 91d6a1cc8d
6 changed files with 31 additions and 16 deletions

View file

@ -52,6 +52,8 @@ void checkForBootLoaderRequest(void);
bool isMPUSoftReset(void);
void cycleCounterInit(void);
void initialiseMemorySections(void);
void enableGPIOPowerUsageAndNoiseReductions(void);
// current crystal frequency - 8 or 12MHz