Skip to content
Prev Previous commit
Next Next commit
rebuilding FSP for minima in order to set RTC_CFG_OPEN_SET_CLOCK_SOUR…
…CE to 0
  • Loading branch information
pennam authored and andreagilardoni committed Aug 7, 2024
commit e306a7af06b656c1f88c84723e7f0fd15d427474
2 changes: 1 addition & 1 deletion variants/MINIMA/includes/ra_cfg/fsp_cfg/r_rtc_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern "C" {
#endif

#define RTC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
#define RTC_CFG_OPEN_SET_CLOCK_SOURCE (1)
#define RTC_CFG_OPEN_SET_CLOCK_SOURCE (0)

#ifdef __cplusplus
}
Expand Down
Binary file modified variants/MINIMA/libs/libfsp.a
Binary file not shown.