27 lines
739 B
C
27 lines
739 B
C
|
|
/**
|
|
******************************************************************************
|
|
* @file User\App\task_air724.h
|
|
* @author 路淮
|
|
* @version v0.1
|
|
* @date 2026-05-21
|
|
* @brief 4G模块通信任务头文件
|
|
******************************************************************************
|
|
*/
|
|
|
|
#ifndef __AIR724_RECV_TASK_H
|
|
#define __AIR724_RECV_TASK_H
|
|
|
|
/* includes ------------------------------------------------------------------*/
|
|
#include "global.h"
|
|
|
|
/* macro ------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
/* struct ------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#endif /* __AIR724_RECV_TASK_H */
|