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
dylan1: age.c add setAge() func
tags/V2.0
dylan1
dylan
<497357846@qq.com>
4 years ago
parent
2ed02d89e9
commit
627bf58933
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
age.c
+ 5
- 1
age.c
View File
@@ -1 +1,5 @@
#include "age.h"
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
Write
Preview
Loading…
Cancel
Save