diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/test-systick.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/test-systick.cpp b/examples/test-systick.cpp index c7b5529..bbf0adf 100644 --- a/examples/test-systick.cpp +++ b/examples/test-systick.cpp @@ -30,7 +30,7 @@ void loop() {              SerialUSB.println("Disabling SysTick");          } else {              SerialUSB.println("Re-enabling SysTick"); -            systick_resume(); +            systick_enable();          }          disable = !disable;      } | 
