mirror of
https://github.com/V2RetroComputing/analog-firmware.git
synced 2024-12-26 19:29:23 +00:00
Fix config not being read
This commit is contained in:
parent
99f0b1483e
commit
d94cdbc9fd
@ -183,8 +183,8 @@ int main() {
|
||||
// Finish copying remaining data and code to RAM from flash
|
||||
dmacpy32(__ram_delayed_copy_start__, __ram_delayed_copy_end__, __ram_delayed_copy_source__);
|
||||
|
||||
// Sensible defaults if there is no config / fs
|
||||
default_config();
|
||||
// Load the config from flash, or defaults
|
||||
read_config();
|
||||
|
||||
core0_loop();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user