mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 17:31:18 +01:00
RTT module may get stuck during the init process if the RTC was running from a previous boot. Unsure we don't remove the peripheral clock during the CPU init if RTC is active from a previous boot and add a workaround to disable this module as it will be re-init at some point later by the auto_init module or by the user's application.