1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Tidy in bus.h

This commit is contained in:
jflyper 2017-07-16 03:10:59 +09:00
parent 68975298af
commit a5deb35f41

View file

@ -43,8 +43,6 @@ typedef struct busDevice_s {
#define BUSTYPE_I2C 1
#define BUSTYPE_SPI 2
#define BUSDEV(pBusdev) &((pBusdev)->busDevice_u)
#ifdef TARGET_BUS_INIT
void targetBusInit(void);
#endif