diff options
Diffstat (limited to 'project/Core/Src/Activties')
| -rw-r--r-- | project/Core/Src/Activties/activity10.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/project/Core/Src/Activties/activity10.c b/project/Core/Src/Activties/activity10.c index 78261ff..792ada5 100644 --- a/project/Core/Src/Activties/activity10.c +++ b/project/Core/Src/Activties/activity10.c @@ -16,12 +16,12 @@ void activity10_run() { init_systick(); } -void SysTick_Handler() { - static int i = 0; - i++; - - if (!(i & 1023)) { - printf("%d\r\n", i>>10); - } - -} +//void SysTick_Handler() { +// static int i = 0; +// i++; +// +// if (!(i & 1023)) { +// printf("%d\r\n", i>>10); +// } +// +//} |
