chargeController/APP/hardwareDriver/Src/HD_RTC.c

13 lines
73 B
C

#include "HD_RTC.h"
void HD_RTC_Init(void)
{
MX_RTC_Init();
}