This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
dylan
/
testTelpo
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
3
위키
Activity
소스 검색
first add 4G file.
tags/v1.1.a
dylan
4 년 전
부모
4b64589a0a
커밋
6312b53a86
2개의 변경된 파일
과
8개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
4G/4g.c
+3
-0
4G/4g.h
+ 5
- 0
4G/4g.c
파일 보기
@@ -0,0 +1,5 @@
#include "4g.h"
void sch_4g_init(void)
{
uint8_t status = get_4g_status();
}
+ 3
- 0
4G/4g.h
파일 보기
@@ -0,0 +1,3 @@
#include <string.h>
void sch_4g_init(void);
Write
Preview
Loading…
취소
저장