Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/system/
Dsystime.c32 #define END_OF_FEBRUARY_NORM 59 //31+28 macro
276 if( days < END_OF_FEBRUARY_NORM ) in CalendarGetMonth()
282 month = CalendarDiv61( ( days - END_OF_FEBRUARY_NORM ) * 2 ) + 2; in CalendarGetMonth()