Add set_atr for a rescue ATR.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-04-16 19:49:56 +02:00
parent 194b48773a
commit 32bbdc4684
3 changed files with 20 additions and 5 deletions

View File

@@ -178,6 +178,7 @@ void usb_init(void)
#ifdef ESP_PLATFORM
usb_desc_setup();
#endif
set_atr();
}
#ifdef PICO_PLATFORM