Move some functions to emulation header.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-09-03 18:07:50 +02:00
parent ea6303de81
commit 4711ae768a
2 changed files with 10 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <time.h>
extern uint32_t board_millis();
#include "emulation.h"
#elif (ESP_PLATFORM)
#include "bootloader_random.h"
#include "esp_random.h"