1
0
Fork 0
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:
jflyper 2017-11-23 11:17:22 +09:00
parent 3d965ba64f
commit fd7663ed07

View file

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