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