Fix build

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-10-28 09:36:41 +01:00
parent 8f907b25ba
commit 9b6d6f6736
5 changed files with 13 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ void card_start(uint8_t itf, void *(*func)(void *)) {
}
if (func) {
multicore_reset_core1();
multicore_launch_core1(func);
multicore_launch_func_core1(func);
}
led_set_mode(MODE_MOUNTED);
card_locked_itf = itf;