Fix conditional build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-09-23 17:17:01 +02:00
parent 1b8ee2fc87
commit eae22a97fb
3 changed files with 7 additions and 1 deletions

View File

@@ -40,7 +40,9 @@ int man_select(app_t *a, uint8_t force) {
apdu.ne = res_APDU_size;
if (force) {
scan_all();
#ifdef ENABLE_OTP_APP
init_otp();
#endif
}
return PICOKEY_OK;
}