

struct uptime {
	unsigned int mSecs;
	unsigned char secs;
	unsigned char mins;
	unsigned char hours;
	unsigned int days;
}; 

