Fix lockup when attempting to load a l0dable with disabled ELF loading
Compare changes
+ 4
− 0
@@ -227,6 +227,7 @@ void core1_wait_ready(void)
@@ -245,6 +246,9 @@ void core1_wait_ready(void)
I addressed the issue reported in #228 (closed), but also did a bit more cleanup in related parts of the code. Check the individual commit messages for more details.
Fixes #228 (closed)