From 345993eb44bbf1b9264afe0865a37a7d3995252d Mon Sep 17 00:00:00 2001 From: dylan2 <497357846@qq.com> Date: Sat, 8 Aug 2020 13:08:26 +0800 Subject: [PATCH] hello.c delect something --- hello.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hello.c b/hello.c index b3fca5b..17b73ca 100644 --- a/hello.c +++ b/hello.c @@ -10,7 +10,3 @@ void getAge(uint8_t *age) *age = 10; } -void getClass(uint8_t *class) -{ - *class = 5 -} \ No newline at end of file