Procházet zdrojové kódy

first add 4G file.

tags/v1.1.a
dylan před 4 roky
rodič
revize
6312b53a86
2 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +5
    -0
      4G/4g.c
  2. +3
    -0
      4G/4g.h

+ 5
- 0
4G/4g.c Zobrazit soubor

@@ -0,0 +1,5 @@
#include "4g.h"
void sch_4g_init(void)
{
uint8_t status = get_4g_status();
}

+ 3
- 0
4G/4g.h Zobrazit soubor

@@ -0,0 +1,3 @@
#include <string.h>

void sch_4g_init(void);

Načítá se…
Zrušit
Uložit