Skip to content

Commit d73505a

Browse files
committed
stm: fix if-guard of conditional code
1 parent 60dd5a8 commit d73505a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/supervisor/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ void reset_port(void) {
227227
spi_reset();
228228
uart_reset();
229229
#endif
230-
#ifdef CIRCUITPY_SDIOIO
230+
#if CIRCUITPY_SDIOIO
231231
sdioio_reset();
232232
#endif
233233
#if CIRCUITPY_PULSEIO

0 commit comments

Comments
 (0)