summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/bindings
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-05-25 18:39:16 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-06-01 15:07:31 -0700
commitfd71e56891749837a823a4b555b84150b6fbc1e8 (patch)
tree7012f08d34d76827afd21f4427ce7a10f838fd6e /ports/atmel-samd/bindings
parentae31c4ac18587b6b0b92a65cf24661552ecd968d (diff)
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Ideally in the future they won't depend on ASF4 or MicroPython.
Diffstat (limited to 'ports/atmel-samd/bindings')
-rw-r--r--ports/atmel-samd/bindings/samd/Clock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/atmel-samd/bindings/samd/Clock.c b/ports/atmel-samd/bindings/samd/Clock.c
index 81e8fb1ce..3c87177a4 100644
--- a/ports/atmel-samd/bindings/samd/Clock.c
+++ b/ports/atmel-samd/bindings/samd/Clock.c
@@ -24,9 +24,8 @@
* THE SOFTWARE.
*/
-#include "clocks.h"
#include "bindings/samd/Clock.h"
-
+#include "peripherals/clocks.h"
#include "py/obj.h"
#include "py/objproperty.h"
#include "py/runtime.h"