whoops. forgot date.h
This commit is contained in:
parent
aae4e7490f
commit
e7d77aad2b
1 changed files with 8 additions and 0 deletions
8
date.h
Normal file
8
date.h
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
struct rtcdate {
|
||||||
|
uint second;
|
||||||
|
uint minute;
|
||||||
|
uint hour;
|
||||||
|
uint day;
|
||||||
|
uint month;
|
||||||
|
uint year;
|
||||||
|
};
|
Loading…
Reference in a new issue