summaryrefslogtreecommitdiff
path: root/supervisor/shared
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-01-17 15:15:59 -0800
committerScott Shawcroft <scott@tannewt.org>2019-01-17 15:15:59 -0800
commit760bd8d8a4f0aa0ed8651e89596fb2e6effbc14f (patch)
treef3cc8769e20163ca3f215513363237a9435da39e /supervisor/shared
parent2d136d58bf288f0be945ed5cd3efe9113d0acce3 (diff)
share fourwire and make nrf compile
Diffstat (limited to 'supervisor/shared')
-rw-r--r--supervisor/shared/board_busses.c1
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))