Fix emulation build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-08-19 13:18:03 +02:00
parent a9799dc77f
commit ed12d6f8e9
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -29,7 +29,9 @@
#endif #endif
#include "mbedtls/aes.h" #include "mbedtls/aes.h"
#include "management.h" #include "management.h"
#ifndef ENABLE_EMULATION
#include "tusb.h" #include "tusb.h"
#endif
#define FIXED_SIZE 16 #define FIXED_SIZE 16
#define KEY_SIZE 16 #define KEY_SIZE 16