diff --git a/src/hsm/cmd_extras.c b/src/hsm/cmd_extras.c index 211c796..eaea88e 100644 --- a/src/hsm/cmd_extras.c +++ b/src/hsm/cmd_extras.c @@ -19,9 +19,9 @@ #include "mbedtls/ecdh.h" #if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM) #include "hardware/rtc.h" -#include #else #include +#include #endif #include "files.h" #include "random.h"