Subversion Repositories NaviCtrl

Rev

Rev 405 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 405 Rev 427
Line 79... Line 79...
79
 
79
 
80
// days per month in normal and leap years
80
// days per month in normal and leap years
81
const u32       Leap[ 13 ]      = { 0,  31,  60,  91, 121, 152, 182, 213, 244, 274, 305, 335, 366 };
81
const u32       Leap[ 13 ]      = { 0,  31,  60,  91, 121, 152, 182, 213, 244, 274, 305, 335, 366 };
Line 82... Line 82...
82
const u32 Normal[ 13 ]  = { 0,  31,  59,  90, 120, 151, 181, 212, 243, 273, 304, 334, 365 };
82
const u32 Normal[ 13 ]  = { 0,  31,  59,  90, 120, 151, 181, 212, 243, 273, 304, 334, 365 };
Line 83... Line 83...
83
 
83
 
84
#define LEAP_SECONDS_FROM_1980  15
84
#define LEAP_SECONDS_FROM_1980  16
85
 
85
 
86
// message sync bytes
86
// message sync bytes