mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
renesas-ra/boards/ARDUINO_PORTENTA_C33: Fix the RTC clock source.
Switch the RTC clock source to Sub-clock (XCIN). This board has an accurate LSE crystal, and it should be used for the RTC clock source. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
committed by
Damien George
parent
490e8e01d5
commit
4fd7e456f0
@@ -28,7 +28,7 @@
|
||||
// peripheral config
|
||||
#define MICROPY_HW_ENABLE_RNG (1)
|
||||
#define MICROPY_HW_ENABLE_RTC (1)
|
||||
#define MICROPY_HW_RTC_SOURCE (1)
|
||||
#define MICROPY_HW_RTC_SOURCE (0)
|
||||
#define MICROPY_HW_ENABLE_ADC (1)
|
||||
#define MICROPY_HW_HAS_FLASH (1)
|
||||
#define MICROPY_HW_ENABLE_USBDEV (1)
|
||||
|
||||
Reference in New Issue
Block a user