From 9dc0c6f0f409af276a24f99a0421e32c797915f2 Mon Sep 17 00:00:00 2001 From: dylan2 <497357846@qq.com> Date: Sat, 8 Aug 2020 12:07:50 +0800 Subject: [PATCH] hello.c add getClass --- hello.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello.c b/hello.c index f073fbb..6c01105 100644 --- a/hello.c +++ b/hello.c @@ -3,4 +3,9 @@ void main(void) { printf("hello world!"); +} + +void getClass(uint8_t *class) +{ + *class = 5 } \ No newline at end of file