把静态库换成源码方便调试

This commit is contained in:
2026-08-25 10:20:14 +08:00
parent 0e6a93c12d
commit e0f5da6f39
18 changed files with 7061 additions and 36 deletions
@@ -57,7 +57,7 @@
#include "chgbox_box.h"
#endif
/* usr_le_code 钩子:由静态库导出,供 RCSP BLE 栈回调,非应用层公开 API */
/* usr_le_code 钩子:由 usr_le_code 导出,供 RCSP BLE 栈回调,非应用层公开 API */
extern void usr_le_data_recieve(u8* data,u16 len);
extern void usr_ble_adv_init();
#if 1