This commit is contained in:
huxi
2025-12-03 11:12:34 +08:00
parent c23ae4f24c
commit bc195654bf
8163 changed files with 3799544 additions and 92 deletions
@@ -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