Home
last modified time | relevance | path

Searched refs:END_OF_JULY_NORM (Results 1 – 1 of 1) sorted by relevance

/loramac-node-2.7.6/src/system/
Dsystime.c33 #define END_OF_JULY_NORM 212 //31+28+... macro
280 else if( days < END_OF_JULY_NORM ) in CalendarGetMonth()
286 month = CalendarDiv61( ( days - END_OF_JULY_NORM ) * 2 ) + 7; in CalendarGetMonth()