stm32_ota/USER/USER_HTTP/user_http.h

24 lines
548 B
C
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#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