wait_list.c 260 B

123456789101112131415
  1. #include "wait_list.h"
  2. #include <stdint.h>
  3. #include<string.h>
  4. #include <stdlib.h>
  5. #include<stdbool.h>
  6. #include "list.h"
  7. /*用于设备发送数据到网关的消息设备ID*/
  8. // RTC_FAST_ATTR Node *Send_list = NULL; //发送数据链表