aboutsummaryrefslogtreecommitdiff
path: root/src/soc/example/min86/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/example/min86/timer.c')
-rw-r--r--src/soc/example/min86/timer.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/example/min86/timer.c b/src/soc/example/min86/timer.c
new file mode 100644
index 0000000000..9054ffd972
--- /dev/null
+++ b/src/soc/example/min86/timer.c
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <delay.h>
+
+void init_timer(void)
+{
+}