소스 검색

hello.c add getClass

tags/V2.0
dylan2 dylan <497357846@qq.com> 4 년 전
부모
커밋
9dc0c6f0f4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      hello.c

+ 5
- 0
hello.c 파일 보기

@@ -3,4 +3,9 @@ void main(void)
{
printf("hello world!");
}

void getClass(uint8_t *class)
{
*class = 5
}

Loading…
취소
저장