Skip to content
Snippets Groups Projects
rtc.c 104 B
Newer Older
  • Learn to ignore specific revisions
  • #include "rtc.h"
    
    #include <stdint.h>
    
    uint32_t epic_rtc_get_seconds(void)
    {
    	return RTC_GetSecond();
    }