mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Fixed whitespace
This commit is contained in:
parent
786343e2b2
commit
8dd4a584c1
53 changed files with 311 additions and 311 deletions
|
@ -84,7 +84,7 @@ void i2cInit(I2CDevice device)
|
|||
return;
|
||||
}
|
||||
|
||||
i2cDevice_t *pDev = &i2cDevice[device];
|
||||
i2cDevice_t *pDev = &i2cDevice[device];
|
||||
const i2cHardware_t *hw = pDev->hardware;
|
||||
|
||||
if (!hw) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue