summaryrefslogtreecommitdiff
path: root/core/cortex-m/llsr.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/llsr.c')
-rw-r--r--core/cortex-m/llsr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/cortex-m/llsr.c b/core/cortex-m/llsr.c
index 933382034b..0ab920f628 100644
--- a/core/cortex-m/llsr.c
+++ b/core/cortex-m/llsr.c
@@ -5,10 +5,9 @@
/* Enable the use of right shift for uint64_t. */
-#include <stdint.h>
-
-#include <compile_time_macros.h>
#include <console.h>
+#include <compile_time_macros.h>
+#include <stdint.h>
union words {
uint64_t u64;