diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-17 15:15:59 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-01-17 15:15:59 -0800 |
| commit | 760bd8d8a4f0aa0ed8651e89596fb2e6effbc14f (patch) | |
| tree | f3cc8769e20163ca3f215513363237a9435da39e /supervisor/shared | |
| parent | 2d136d58bf288f0be945ed5cd3efe9113d0acce3 (diff) | |
share fourwire and make nrf compile
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/board_busses.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/supervisor/shared/board_busses.c b/supervisor/shared/board_busses.c index 84919ebff..38308ccee 100644 --- a/supervisor/shared/board_busses.c +++ b/supervisor/shared/board_busses.c @@ -31,7 +31,6 @@ #include "shared-bindings/microcontroller/Pin.h" #include "supervisor/shared/translate.h" #include "mpconfigboard.h" -#include "samd/pins.h" #include "py/runtime.h" #define BOARD_I2C (defined(DEFAULT_I2C_BUS_SDA) && defined(DEFAULT_I2C_BUS_SCL)) |
