summaryrefslogtreecommitdiff
path: root/chip/host/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/flash.c')
-rw-r--r--chip/host/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/host/flash.c b/chip/host/flash.c
index 03a5fc777b..209489162c 100644
--- a/chip/host/flash.c
+++ b/chip/host/flash.c
@@ -5,6 +5,8 @@
/* Flash module for emulator */
+#include <stdio.h>
+
#include "builtin/assert.h"
#include "common.h"
#include "config_chip.h"
@@ -12,8 +14,6 @@
#include "persistence.h"
#include "util.h"
-#include <stdio.h>
-
/* This needs to be aligned to the erase bank size for NVCTR. */
__aligned(CONFIG_FLASH_ERASE_SIZE) char __host_flash[CONFIG_FLASH_SIZE_BYTES];
uint8_t __host_flash_protect[PHYSICAL_BANKS];