aboutsummaryrefslogtreecommitdiff
path: root/stm32f103/src/default_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stm32f103/src/default_handler.cpp')
-rw-r--r--stm32f103/src/default_handler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/stm32f103/src/default_handler.cpp b/stm32f103/src/default_handler.cpp
new file mode 100644
index 0000000..68a5dff
--- /dev/null
+++ b/stm32f103/src/default_handler.cpp
@@ -0,0 +1,7 @@
+#include <cstddef>
+#include <cstdint>
+#include <stm32f10x.h>
+#include <core_cm3.h>
+
+#include "mcu/init.h"
+