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
Merge branch 'master' of
http://183.238.195.77:10081/dylan/testTelpo
# Conflicts: # age.c
tags/V2.0
dylan
4 years ago
parent
627bf58933
a66acfa7af
commit
86f4dd1bf1
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
age.c
+ 5
- 0
age.c
View File
@@ -1,5 +1,10 @@
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
return g_age;
}
Write
Preview
Loading…
Cancel
Save