Skip to content

Commit 8bf5dd9

Browse files
committed
Removed uneeded call in reset_board_busses()
1 parent 29c89a2 commit 8bf5dd9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

shared-module/board/__init__.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
#include "shared-module/sharpdisplay/SharpMemoryFramebuffer.h"
4545
#endif
4646

47-
#if CIRCUITPY_RP2PIO
48-
#include "bindings/rp2pio/StateMachine.h"
49-
#endif
50-
5147
#if BOARD_I2C
5248
// Statically allocate the I2C object so it can live past the end of the heap and into the next VM.
5349
// 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) {
183179
#if BOARD_UART
184180
MP_STATE_VM(shared_uart_bus) = NULL;
185181
#endif
186-
#if CIRCUITPY_RP2PIO
187-
reset_rp2pio_statemachine();
188-
#endif
189182
}

0 commit comments

Comments
 (0)