summaryrefslogtreecommitdiff
path: root/core/host/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/main.c')
-rw-r--r--core/host/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/host/main.c b/core/host/main.c
index e96dc40faa..ba8ec95dcf 100644
--- a/core/host/main.c
+++ b/core/host/main.c
@@ -5,12 +5,15 @@
/* Entry point of unit test executable */
+#include "flash.h"
#include "hooks.h"
#include "task.h"
#include "timer.h"
int main(void)
{
+ flash_pre_init();
+
timer_init();
hook_init();