Skip to content
Snippets Groups Projects
Commit e7d77aad authored by Cody Cutler's avatar Cody Cutler
Browse files

whoops. forgot date.h

parent aae4e749
No related branches found
No related tags found
No related merge requests found
date.h 0 → 100644
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment