We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374408 commit f351550Copy full SHA for f351550
ports/raspberrypi/common-hal/board/__init__.c
@@ -30,7 +30,6 @@
30
#include "py/mphal.h"
31
#include "common-hal/microcontroller/Pin.h"
32
#include "src/rp2_common/hardware_pio/include/hardware/pio.h"
33
-#include "shared-module/board/__init__.h"
34
35
// Pins aren't actually defined here. They are in the board specific directory
36
// such as boards/arduino_zero/pins.c.
shared-module/board/__init__.c
@@ -28,7 +28,6 @@
28
#include "supervisor/shared/translate.h"
29
#include "mpconfigboard.h"
#include "py/runtime.h"
#if CIRCUITPY_BUSIO
#include "shared-bindings/busio/I2C.h"
0 commit comments