This website works better with JavaScript.
首頁
探索
說明
註冊
登入
dylan
/
testTelpo
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
3
Wiki
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…
取消
儲存