summaryrefslogtreecommitdiff
path: root/core/cortex-m0/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m0/cpu.h')
-rw-r--r--core/cortex-m0/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/cortex-m0/cpu.h b/core/cortex-m0/cpu.h
index bdb7a3c6f5..568b16eedb 100644
--- a/core/cortex-m0/cpu.h
+++ b/core/cortex-m0/cpu.h
@@ -8,11 +8,10 @@
#ifndef __CROS_EC_CPU_H
#define __CROS_EC_CPU_H
+#include <stdint.h>
#include "compile_time_macros.h"
#include "debug.h"
-#include <stdint.h>
-
/* Macro to access 32-bit registers */
#define CPUREG(addr) (*(volatile uint32_t *)(addr))