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 29c89a2 commit 8bf5dd9Copy full SHA for 8bf5dd9
shared-module/board/__init__.c
@@ -44,10 +44,6 @@
44
#include "shared-module/sharpdisplay/SharpMemoryFramebuffer.h"
45
#endif
46
47
-#if CIRCUITPY_RP2PIO
48
-#include "bindings/rp2pio/StateMachine.h"
49
-#endif
50
-
51
#if BOARD_I2C
52
// Statically allocate the I2C object so it can live past the end of the heap and into the next VM.
53
// That way it can be used by built-in I2CDisplay displays and be accessible through board.I2C().
@@ -183,7 +179,4 @@ void reset_board_busses(void) {
183
179
#if BOARD_UART
184
180
MP_STATE_VM(shared_uart_bus) = NULL;
185
181
186
187
- reset_rp2pio_statemachine();
188
189
182
}
0 commit comments