#ifndef HD_RTC_H_
#define HD_RTC_H_

#include "rtc.h"
#include "comm_types.h"
#include "stm32g431xx.h"

void HD_RTC_Init(void);



#endif