From a5deb35f41038c6e7b85cee9f53b4e2796b46541 Mon Sep 17 00:00:00 2001 From: jflyper Date: Sun, 16 Jul 2017 03:10:59 +0900 Subject: [PATCH] Tidy in bus.h --- src/main/drivers/bus.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/drivers/bus.h b/src/main/drivers/bus.h index 67ea0b83de..1736c2d870 100644 --- a/src/main/drivers/bus.h +++ b/src/main/drivers/bus.h @@ -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