chargeController/APP/hardwareDriver/Inc/HD_RTC.h

14 lines
139 B
C

#ifndef HD_RTC_H_
#define HD_RTC_H_
#include "rtc.h"
#include "comm_types.h"
#include "stm32g431xx.h"
void HD_RTC_Init(void);
#endif