[rtdef] remove duplicated rt_device_t defination
This commit is contained in:
parent
7da73c8f01
commit
6459495726
|
@ -1381,7 +1381,6 @@ struct rt_device
|
||||||
|
|
||||||
void *user_data; /**< device private data */
|
void *user_data; /**< device private data */
|
||||||
};
|
};
|
||||||
typedef struct rt_device *rt_device_t;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notify structure
|
* Notify structure
|
||||||
|
|
Loading…
Reference in New Issue