summaryrefslogtreecommitdiff
path: root/zephyr/shim/core/cortex-m/irq_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/core/cortex-m/irq_command.c')
-rw-r--r--zephyr/shim/core/cortex-m/irq_command.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/shim/core/cortex-m/irq_command.c b/zephyr/shim/core/cortex-m/irq_command.c
index 651f804800..1cf1a213e4 100644
--- a/zephyr/shim/core/cortex-m/irq_command.c
+++ b/zephyr/shim/core/cortex-m/irq_command.c
@@ -3,9 +3,8 @@
* found in the LICENSE file.
*/
-#include "console.h"
-
#include <zephyr/arch/arm/aarch32/cortex_m/cmsis.h>
+#include "console.h"
/* IRQ counters */
int irq_count[CONFIG_NUM_IRQS];