diff options
| author | Cody Cutler | 2014-09-12 18:41:38 -0400 |
|---|---|---|
| committer | Cody Cutler | 2014-09-12 18:41:38 -0400 |
| commit | e7d77aad2b2beb56a44ac5a4052fd748f0e81d9d (patch) | |
| tree | 0a5dbf28f30d690a375708d834fe842669c26caa /date.h | |
| parent | aae4e7490fbb61de13f61d90092b177eeb258216 (diff) | |
whoops. forgot date.h
Diffstat (limited to 'date.h')
| -rw-r--r-- | date.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +struct rtcdate { + uint second; + uint minute; + uint hour; + uint day; + uint month; + uint year; +}; |
