Skip to content

Commit

Permalink
whoops. forgot date.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Cutler committed Sep 12, 2014
1 parent aae4e74 commit e7d77aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions date.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};

0 comments on commit e7d77aa

Please sign in to comment.