mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-16 16:51:38 +00:00
Move PortaPack IO init to earlier -- with other IO init.
Was causing trouble with performing audio codec reset.
This commit is contained in:
@@ -70,7 +70,6 @@ static void event_loop() {
|
||||
int main(void) {
|
||||
portapack::init();
|
||||
|
||||
portapack::io.init();
|
||||
portapack::display.init();
|
||||
|
||||
sdcStart(&SDCD1, nullptr);
|
||||
|
Reference in New Issue
Block a user