stm: fix if-guard of conditional code
This commit is contained in:
parent
60dd5a8d7d
commit
d73505a027
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ void reset_port(void) {
|
||||||
spi_reset();
|
spi_reset();
|
||||||
uart_reset();
|
uart_reset();
|
||||||
#endif
|
#endif
|
||||||
#ifdef CIRCUITPY_SDIOIO
|
#if CIRCUITPY_SDIOIO
|
||||||
sdioio_reset();
|
sdioio_reset();
|
||||||
#endif
|
#endif
|
||||||
#if CIRCUITPY_PULSEIO
|
#if CIRCUITPY_PULSEIO
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue