Skip to content

Commit ae8e09d

Browse files
committed
Build fixes
1 parent b058637 commit ae8e09d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetX/src/u_rtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "rtc.h"
22
#include <stdio.h>
3-
#include "stm32h5xx_hal_rtc.h"
3+
#include "stm32h5xx_hal.h"
44

55
#define PTP_UTC_OFFSET 0 // UTC 0
66
extern RTC_HandleTypeDef hrtc;

0 commit comments

Comments
 (0)