aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish_analog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/wirish_analog.cpp')
-rw-r--r--wirish/wirish_analog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/wirish/wirish_analog.cpp b/wirish/wirish_analog.cpp
index e5b9ffc..7a12156 100644
--- a/wirish/wirish_analog.cpp
+++ b/wirish/wirish_analog.cpp
@@ -28,11 +28,11 @@
* @brief Arduino-compatible ADC implementation.
*/
-#include "io.h"
+#include <wirish/io.h>
-#include "adc.h"
+#include <libmaple/adc.h>
-#include "boards.h"
+#include <wirish/boards.h>
/* Assumes that the ADC has been initialized and that the pin is set
* to INPUT_ANALOG */