1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}
}