Fix windows build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-04-29 15:36:53 +02:00
parent 0abea5b6b2
commit 707cdf7bf4
16 changed files with 185 additions and 90 deletions

View File

@@ -98,7 +98,7 @@ int select_app(const uint8_t *aid, size_t aid_len) {
}
__attribute__((weak)) int picokey_init(void) {
WEAK int picokey_init(void) {
return 0;
}