aboutsummaryrefslogtreecommitdiff
path: root/stm32/unittest/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm32/unittest/src/init.c')
-rw-r--r--stm32/unittest/src/init.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/stm32/unittest/src/init.c b/stm32/unittest/src/init.c
new file mode 100644
index 0000000..527141d
--- /dev/null
+++ b/stm32/unittest/src/init.c
@@ -0,0 +1,10 @@
+/*
+ * Dummy function to avoid compiler error
+ */
+void _init() {
+
+}
+void _fini() {
+
+}
+