Removed unecessary includes
This commit is contained in:
parent
6374408c06
commit
f3515502b7
|
@ -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.
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "supervisor/shared/translate.h"
|
||||
#include "mpconfigboard.h"
|
||||
#include "py/runtime.h"
|
||||
#include "shared-module/board/__init__.h"
|
||||
|
||||
#if CIRCUITPY_BUSIO
|
||||
#include "shared-bindings/busio/I2C.h"
|
||||
|
|
Loading…
Reference in New Issue