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