From 45be2cccc7f43b14b32e563a581bccca75d80b99 Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Wed, 19 Aug 2020 08:56:51 +0800 Subject: [PATCH] 4g.h add statement! --- 4G/4g.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/4G/4g.h b/4G/4g.h index 8cc22c9..10bce04 100644 --- a/4G/4g.h +++ b/4G/4g.h @@ -1,4 +1,6 @@ #include void sch_4g_init(void); -void sch_4g_set_parameter(char * param); \ No newline at end of file +void sch_4g_set_parameter(char * param); +void sch_4g_get_parameter(char *param); +void sch_4g_check_error(void); \ No newline at end of file