From ed12d6f8e9465764be2397c83c2cc848e2fa03f9 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 19 Aug 2024 13:18:03 +0200 Subject: [PATCH] Fix emulation build. Signed-off-by: Pol Henarejos --- src/fido/otp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fido/otp.c b/src/fido/otp.c index 4198ac4..29b03d2 100644 --- a/src/fido/otp.c +++ b/src/fido/otp.c @@ -29,7 +29,9 @@ #endif #include "mbedtls/aes.h" #include "management.h" +#ifndef ENABLE_EMULATION #include "tusb.h" +#endif #define FIXED_SIZE 16 #define KEY_SIZE 16