diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -250,3 +250,7 @@ int main(void) return 0; } + +On_SysTick() { + printf("Systick BOI!\n"); +} |
![]() |
index : ch573.git | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/main.c | 4 |
@@ -250,3 +250,7 @@ int main(void) return 0; } + +On_SysTick() { + printf("Systick BOI!\n"); +} |