Ver código fonte

4g.c add sch_4g_set_parameter()

tags/v1.1.a
dylan 4 anos atrás
pai
commit
4a0005b8c8
2 arquivos alterados com 7 adições e 1 exclusões
  1. +5
    -0
      4G/4g.c
  2. +2
    -1
      4G/4g.h

+ 5
- 0
4G/4g.c Ver arquivo

@@ -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 Ver arquivo

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

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

Carregando…
Cancelar
Salvar