瀏覽代碼

first add 4G file.

tags/v1.1.a
dylan 4 年之前
父節點
當前提交
6312b53a86
共有 2 個檔案被更改,包括 8 行新增0 行删除
  1. +5
    -0
      4G/4g.c
  2. +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);

Loading…
取消
儲存