register.h 390 B

1234567891011121314151617
  1. /**
  2. * @Author: 李建
  3. * @Date: 2023/12/13 22:58:51
  4. * @LastEditors: 李建
  5. * @LastEditTime: 2023/12/13 22:58:51
  6. * Description: 网关注册:向云平台注册
  7. * Copyright: Copyright (©)}) 2023 永续绿建. All rights reserved.
  8. */
  9. #ifndef __YX_DEVICE_REGISTER_H
  10. #define __YX_DEVICE_REGISTER_H
  11. #include "gateway_defs.h"
  12. // 注册任务
  13. void device_register_task(void *pv);
  14. #endif