Added missing include to get rid of the explicit declaration warning

This commit is contained in:
Th3maz1ng 2023-04-22 22:37:54 +02:00
parent ebf7f07789
commit 41febe5fef

View File

@ -1,6 +1,7 @@
#include <math.h>
#include "app_utils.h"
#include "app_log.h"
#include "wm_crypto_hard.h""
#include "wm_crypto_hard.h"
static uint32_t _elapsed_ms = 0;