diff options
| author | root <siehputz@gmail.com> | 2021-02-26 22:33:50 -0600 |
|---|---|---|
| committer | root <siehputz@gmail.com> | 2021-02-26 22:33:50 -0600 |
| commit | f3515502b736fbbd812536e582ed2c1d0e6c0046 (patch) | |
| tree | ea09027d90a962c0a9d8f476c2a38e1309aa7a5c /ports | |
| parent | 6374408c063ee029ed3b256ae432e0242fbcda9c (diff) | |
Removed unecessary includes
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/raspberrypi/common-hal/board/__init__.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/raspberrypi/common-hal/board/__init__.c b/ports/raspberrypi/common-hal/board/__init__.c index 130b4fd69..532bb1c66 100644 --- a/ports/raspberrypi/common-hal/board/__init__.c +++ b/ports/raspberrypi/common-hal/board/__init__.c @@ -30,7 +30,6 @@ #include "py/mphal.h" #include "common-hal/microcontroller/Pin.h" #include "src/rp2_common/hardware_pio/include/hardware/pio.h" -#include "shared-module/board/__init__.h" // Pins aren't actually defined here. They are in the board specific directory // such as boards/arduino_zero/pins.c. |
