From ce128e380896656ffd45fdf108f6b00224c6b8c5 Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Fri, 21 Aug 2020 09:04:38 +0800 Subject: [PATCH] add study 0821 --- study/study.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/study/study.c b/study/study.c index 55cab47..e36c9be 100644 --- a/study/study.c +++ b/study/study.c @@ -24,4 +24,8 @@ uint8_t study_get_temperature(void) void study_holiday(void) // 2020-8-20 { +} +void study_getName(void) +{ + return name; } \ No newline at end of file