This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
dylan
/
testTelpo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
4g.h add statement!
tags/v1.1.a
dylan
4 years ago
parent
0b9d03313f
commit
45be2cccc7
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save