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
first add 4G file.
tags/v1.1.a
dylan
4 years ago
parent
4b64589a0a
commit
6312b53a86
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
4G/4g.c
+3
-0
4G/4g.h
+ 5
- 0
4G/4g.c
View File
@@ -0,0 +1,5 @@
#include "4g.h"
void sch_4g_init(void)
{
uint8_t status = get_4g_status();
}
+ 3
- 0
4G/4g.h
View File
@@ -0,0 +1,3 @@
#include <string.h>
void sch_4g_init(void);
Write
Preview
Loading…
Cancel
Save