chargeController/APP/hardwareDriver/Inc/HD_RTC.h

14 lines
139 B
C
Raw Normal View History

2024-12-16 09:28:12 +00:00
#ifndef HD_RTC_H_
#define HD_RTC_H_
#include "rtc.h"
#include "comm_types.h"
#include "stm32g431xx.h"
void HD_RTC_Init(void);
#endif