mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +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 {
|
||||
I2CDevice device;
|
||||
uint8_t address;
|
||||
} i2c;
|
||||
struct deviceMpuSlave_s {
|
||||
} i2c;
|
||||
struct deviceMpuSlave_s {
|
||||
const struct busDevice_s *master;
|
||||
uint8_t address;
|
||||
} mpuSlave;
|
||||
} mpuSlave;
|
||||
} busdev_u;
|
||||
} busDevice_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue