Skip to content

Commit 04d6377

Browse files
merin-infineonsreeramIfx
authored andcommitted
driver: rtc: compilation error fixed
Infineon RTC driver compilation error fixed Signed-off-by: Merin George <[email protected]>
1 parent a4aa89d commit 04d6377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rtc/rtc_infineon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ static int ifx_cat1_rtc_init(const struct device *dev)
169169
}
170170

171171
#ifdef CONFIG_PM
172-
rslt = Cy_SysPm_RegisterCallback(&_ifx_cat1_rtc_pm_cb)
172+
rslt = Cy_SysPm_RegisterCallback(&_ifx_cat1_rtc_pm_cb);
173173
#endif /* CONFIG_PM */
174174

175175
if (rslt == CY_RSLT_SUCCESS) {

0 commit comments

Comments
 (0)