summaryrefslogtreecommitdiff
path: root/shared-bindings/board
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 /shared-bindings/board
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 'shared-bindings/board')
-rw-r--r--shared-bindings/board/__init__.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-bindings/board/__init__.h b/shared-bindings/board/__init__.h
index 720239f28..2730e5f51 100644
--- a/shared-bindings/board/__init__.h
+++ b/shared-bindings/board/__init__.h
@@ -29,6 +29,8 @@
#include "py/obj.h"
+#include "shared-bindings/microcontroller/Pin.h" // for the pin definitions
+
extern const mp_obj_dict_t board_module_globals;
#endif // MICROPY_INCLUDED_SHARED_BINDINGS_BOARD___INIT___H