Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/system/
Dsystime.c29 #define END_OF_FEBRUARY_LEAP 60 //31+29 macro
260 if( days < END_OF_FEBRUARY_LEAP ) in CalendarGetMonth()
267 month = CalendarDiv61( ( days - END_OF_FEBRUARY_LEAP ) * 2 ) + 2; in CalendarGetMonth()