123456789101112131415 |
- /**
- * @Author: 李建
- * @Date: 12/17/2023, 8:54:12 PM
- * @LastEditors: 李建
- * @LastEditTime: 12/17/2023, 8:54:12 PM
- * Description: 设备登录任务
- * Copyright: Copyright (©)}) 2023 永续绿建. All rights reserved.
- */
- #ifndef __SPARROW_LOGIN_H__
- #define __SPARROW_LOGIN_H__
- #include "gateway_defs.h"
- // 设备登录任务
- void device_login_task(void *pv);
- #endif
|