diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-06-15 19:45:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-15 19:45:14 -0400 |
| commit | e475256b38be7e5f98a4fb987cfb5f5d82159285 (patch) | |
| tree | 536c697075633cd8a6d3c4786e2892d864ff0dff /ports/atmel-samd/common-hal/microcontroller/Processor.c | |
| parent | 5ce1d71206401622f6f76e54cd524a363aef038a (diff) | |
| parent | a5e03b76a63c6e780fbb151ef02daf21c775274d (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.c | 2 |
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" |
