login.h 376 B

123456789101112131415
  1. /**
  2. * @Author: 李建
  3. * @Date: 12/17/2023, 8:54:12 PM
  4. * @LastEditors: 李建
  5. * @LastEditTime: 12/17/2023, 8:54:12 PM
  6. * Description: 设备登录任务
  7. * Copyright: Copyright (©)}) 2023 永续绿建. All rights reserved.
  8. */
  9. #ifndef __SPARROW_LOGIN_H__
  10. #define __SPARROW_LOGIN_H__
  11. #include "gateway_defs.h"
  12. // 设备登录任务
  13. void device_login_task(void *pv);
  14. #endif