Fix config not being read

This commit is contained in:
David Kuder 2023-04-16 23:25:38 -04:00
parent 99f0b1483e
commit d94cdbc9fd

View File

@ -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();