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