Browse Source

4g.h add statement!

tags/v1.1.a
dylan 4 years ago
parent
commit
45be2cccc7
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      4G/4g.h

+ 3
- 1
4G/4g.h View File

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

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

Loading…
Cancel
Save