Fix build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-12-29 20:36:09 +01:00
parent 6305ea11ab
commit 7e6e3c8f3c

View File

@@ -159,10 +159,12 @@ int cmd_keydev_sign() {
// Blocking CORE1
void led_3_blinks() {
#ifndef ENABLE_EMULATION
uint32_t mode = led_get_mode();
led_set_mode(MODE_PROCESSING);
sleep_ms(500);
led_set_mode(mode);
#endif
}
int cmd_write() {