添加根据不同连接状态显示不同颜色
This commit is contained in:
@@ -104,14 +104,6 @@ uint8_t wifi_init(init_device_t *port);
|
||||
* @retval 0 成功
|
||||
*/
|
||||
uint8_t embedded_device_choice(device_t *port, uint8_t type);
|
||||
/**
|
||||
* @brief PC OR 手机数据内部接口
|
||||
*
|
||||
* @param port 由对应的驱动提供的绑定接口获得的句柄
|
||||
* @param type 对应的数据接口类型
|
||||
* @retval 0 成功
|
||||
*/
|
||||
static uint8_t pc_device_choice_inside(device_t *port, uint8_t type, uint8_t connect);
|
||||
/**
|
||||
* @brief PC OR 手机数据接口
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user