mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 13:55:18 +03:00
White space tidy
This commit is contained in:
parent
3d965ba64f
commit
fd7663ed07
1 changed files with 3 additions and 3 deletions
|
@ -42,11 +42,11 @@ typedef struct busDevice_s {
|
||||||
struct deviceI2C_s {
|
struct deviceI2C_s {
|
||||||
I2CDevice device;
|
I2CDevice device;
|
||||||
uint8_t address;
|
uint8_t address;
|
||||||
} i2c;
|
} i2c;
|
||||||
struct deviceMpuSlave_s {
|
struct deviceMpuSlave_s {
|
||||||
const struct busDevice_s *master;
|
const struct busDevice_s *master;
|
||||||
uint8_t address;
|
uint8_t address;
|
||||||
} mpuSlave;
|
} mpuSlave;
|
||||||
} busdev_u;
|
} busdev_u;
|
||||||
} busDevice_t;
|
} busDevice_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue