diff options
Diffstat (limited to 'examples/test-systick.cpp')
-rw-r--r-- | examples/test-systick.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/test-systick.cpp b/examples/test-systick.cpp index 78c7307..356f302 100644 --- a/examples/test-systick.cpp +++ b/examples/test-systick.cpp @@ -1,7 +1,7 @@ // Tests the SysTick enable/disable functions -#include "wirish.h" -#include "systick.h" +#include <wirish/wirish.h> +#include <libmaple/systick.h> void setup() { pinMode(BOARD_LED_PIN, OUTPUT); |