diff options
Diffstat (limited to 'examples/test-dac.cpp')
-rw-r--r-- | examples/test-dac.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/test-dac.cpp b/examples/test-dac.cpp index 40ae5d5..af188cc 100644 --- a/examples/test-dac.cpp +++ b/examples/test-dac.cpp @@ -6,8 +6,8 @@ * This file is released into the public domain. */ -#include "wirish.h" -#include "dac.h" +#include <wirish/wirish.h> +#include <libmaple/dac.h> uint16 count = 0; |