Skip to content

Commit 66e53b6

Browse files
committed
extern
1 parent bef2411 commit 66e53b6

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
@@ -3,7 +3,7 @@
33
#include "stm32h5xx_hal_rtc.h"
44

55
#define PTP_UTC_OFFSET 0 // UTC 0
6-
extern RTC_HandleTypeDef hrtc1;
6+
extern RTC_HandleTypeDef hrtc;
77

88
NX_PTP_TIME *ptp_time;
99
NX_PTP_DATE_TIME *ptp_date_time;

0 commit comments

Comments
 (0)