mirror of
https://github.com/polhenarejos/pico-fido.git
synced 2025-12-19 19:27:41 +08:00
Fix emulation build.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user