Procházet zdrojové kódy

4g.c add sch_4g_set_parameter()

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

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

@@ -2,4 +2,9 @@
void sch_4g_init(void)
{
uint8_t status = get_4g_status();
}

void sch_4g_set_parameter(char * param)
{
}

+ 2
- 1
4G/4g.h Zobrazit soubor

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

void sch_4g_init(void);
void sch_4g_init(void);
void sch_4g_set_parameter(char * param);

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