Skip to content

Commit e306a7a

Browse files
pennamandreagilardoni
authored andcommitted
rebuilding FSP for minima in order to set RTC_CFG_OPEN_SET_CLOCK_SOURCE to 0
1 parent 85db2ca commit e306a7a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

variants/MINIMA/includes/ra_cfg/fsp_cfg/r_rtc_cfg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extern "C" {
66
#endif
77

88
#define RTC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
9-
#define RTC_CFG_OPEN_SET_CLOCK_SOURCE (1)
9+
#define RTC_CFG_OPEN_SET_CLOCK_SOURCE (0)
1010

1111
#ifdef __cplusplus
1212
}

variants/MINIMA/libs/libfsp.a

739 KB
Binary file not shown.

0 commit comments

Comments
 (0)