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:
parent
dc48664371
commit
91d6a1cc8d
6 changed files with 31 additions and 16 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue