diff options
Diffstat (limited to 'examples/vga-scope.cpp')
-rw-r--r-- | examples/vga-scope.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/vga-scope.cpp b/examples/vga-scope.cpp index b5fa8a5..8730cf0 100644 --- a/examples/vga-scope.cpp +++ b/examples/vga-scope.cpp @@ -35,8 +35,8 @@ Marti Bolivar <mbolivar@leaflabs.com> */ -#include "wirish.h" -#include "systick.h" +#include <wirish/wirish.h> +#include <libmaple/systick.h> // FIXME: generalize for Native and Mini |