stm32_ota/ABM开发板(APP源码)/FreeRTOS版本/APPV3.0/USER/USER_HTTP/user_http.h
2024-12-17 20:03:43 +08:00

24 lines
548 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _USER_HTTP_H
#define _USER_HTTP_H
#include "ec20http.h"
/*****************************************
*供外部使用的常变量
****************************************/
extern POSTP_s sReg ; //注册接口的POSTP_s实例化
/*****************************************
*内部函数声明
****************************************/
/*****************************************
*对外接口函数声明
****************************************/
extern RunResult Reg_Post(void) ; //reg接口提交POST请求完成硬件注册同步RTC时间、设置RTC闹钟
#endif