stm: fix if-guard of conditional code

This commit is contained in:
Jeff Epler 2020-07-24 16:34:13 -05:00
parent 60dd5a8d7d
commit d73505a027

View File

@ -227,7 +227,7 @@ void reset_port(void) {
spi_reset();
uart_reset();
#endif
#ifdef CIRCUITPY_SDIOIO
#if CIRCUITPY_SDIOIO
sdioio_reset();
#endif
#if CIRCUITPY_PULSEIO