Update io_preinit.c (#14273)

This commit is contained in:
Mark Haslinghuis
2025-02-23 21:56:03 +01:00
committed by GitHub
parent 6948fb75e9
commit 611ad5907c

View File

@@ -48,7 +48,7 @@ void ioPreinitByIO(const IO_t io, uint8_t iocfg, ioPreinitPinState_e init)
IOHi(io);
break;
default:
// Do nothing
break;
}
}