兼容freeRTOS系统支持,兼容xr806

This commit is contained in:
2026-01-12 17:46:14 +08:00
parent 2f4c00fd3d
commit a02dc81bbf
5 changed files with 65 additions and 41 deletions

View File

@@ -44,11 +44,6 @@ typedef enum {
*/
typedef int (*has_msg_handle_cb)(unsigned char module_id, const unsigned char *buf, unsigned int len);
/* -------------------- 注意 Attention -------------------- */
/* 对于同一个id,不能同时在不同线程中调用 *_handle*, *_receive* 和 *delete_all* 的接口 */
/* For the same id, the *_handle*, *_receive* and *delete_all* API cannot be called in different threads at the same time */
/* 基础功能 */
int has_msg_init(void);
int has_msg_os_init(void);