From 1c80f06fa32ed69eaf281845367d48b83a00b15a Mon Sep 17 00:00:00 2001 From: dylan2 <497357846@qq.com> Date: Wed, 19 Aug 2020 08:46:39 +0800 Subject: [PATCH] add get parameter! --- 4G/4g.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/4G/4g.c b/4G/4g.c index 1f384a4..97093f5 100644 --- a/4G/4g.c +++ b/4G/4g.c @@ -7,4 +7,8 @@ void sch_4g_init(void) void sch_4g_set_parameter(char * param) { +} + +void sch_4g_get_parameter(char *param) +{ } \ No newline at end of file