summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/microcontroller/Processor.c
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-06-15 19:45:14 -0400
committerGitHub <noreply@github.com>2018-06-15 19:45:14 -0400
commite475256b38be7e5f98a4fb987cfb5f5d82159285 (patch)
tree536c697075633cd8a6d3c4786e2892d864ff0dff /ports/atmel-samd/common-hal/microcontroller/Processor.c
parent5ce1d71206401622f6f76e54cd524a363aef038a (diff)
parenta5e03b76a63c6e780fbb151ef02daf21c775274d (diff)
Merge pull request #937 from tannewt/separate_peripherals_lib
Split out the peripherals library in preparation of sharing with MakeCode
Diffstat (limited to 'ports/atmel-samd/common-hal/microcontroller/Processor.c')
-rw-r--r--ports/atmel-samd/common-hal/microcontroller/Processor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/common-hal/microcontroller/Processor.c b/ports/atmel-samd/common-hal/microcontroller/Processor.c
index a76ee2e78..e85a7bc45 100644
--- a/ports/atmel-samd/common-hal/microcontroller/Processor.c
+++ b/ports/atmel-samd/common-hal/microcontroller/Processor.c
@@ -63,7 +63,7 @@
#include "common-hal/microcontroller/Processor.h"
-#include "peripherals/adc.h"
+#include "samd/adc.h"
#include "peripheral_clk_config.h"