mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Tidy in bus.h
This commit is contained in:
parent
68975298af
commit
a5deb35f41
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ typedef struct busDevice_s {
|
||||||
#define BUSTYPE_I2C 1
|
#define BUSTYPE_I2C 1
|
||||||
#define BUSTYPE_SPI 2
|
#define BUSTYPE_SPI 2
|
||||||
|
|
||||||
#define BUSDEV(pBusdev) &((pBusdev)->busDevice_u)
|
|
||||||
|
|
||||||
#ifdef TARGET_BUS_INIT
|
#ifdef TARGET_BUS_INIT
|
||||||
void targetBusInit(void);
|
void targetBusInit(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue