try to sync mp3 player with latest YAHAL

This commit is contained in:
cuu
2026-02-19 21:48:43 +08:00
parent c1b8f3fc3e
commit a0982e1f96
6 changed files with 17 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ int main()
task::sleep_ms(2000);//really neccessary form uart debug
// Start Main task as privileged task
main_task Main;
Main.start(MAIN_PRIORITY, true);
Main.sign_up(core_t::CURRENT_CORE, 50, true);
// Start the multitasking
task::start_scheduler();
}