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
age.c change
tags/V2.0
dylan
4 years ago
parent
cf7e4cb146
commit
9aff20c1d8
1 changed files
with
0 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
age.c
+ 0
- 4
age.c
View File
@@ -6,9 +6,5 @@ void setAge(uint8_t age)
}
}
uint8_t getAge(void)
uint8_t getAge(void)
{
{
<<<<<<< HEAD
return g_age+2;
return g_age+2;
=======
return g_age+1;
>>>>>>> eaed4014ac38e524085ca2b65097b2cd05ca2ebe
}
}
Write
Preview
Loading…
Cancel
Save