aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9f5808b..c80ab30 100644
--- a/src/main.c
+++ b/src/main.c
@@ -250,3 +250,7 @@ int main(void)
return 0;
}
+
+On_SysTick() {
+ printf("Systick BOI!\n");
+}