whoops. forgot date.h

This commit is contained in:
Cody Cutler 2014-09-12 18:41:38 -04:00
parent aae4e7490f
commit e7d77aad2b

8
date.h Normal file
View file

@ -0,0 +1,8 @@
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};