初版
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef _APP_CFG_TOOL_CDC_
|
||||
#define _APP_CFG_TOOL_CDC_
|
||||
|
||||
#include "typedef.h"
|
||||
|
||||
/**
|
||||
* @brief 获取工具cdc最大支持的协议包大小
|
||||
*/
|
||||
u16 cfg_tool_cdc_rx_max_mtu();
|
||||
|
||||
/**
|
||||
* @brief 获取cdc的配置/调音工具相关数据
|
||||
*/
|
||||
void cfg_tool_data_from_cdc(u8 *buf, u32 rlen);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user