mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
The function would always return `true` after early boot, so it is not very useful for applications. Now it will only (but always) return true when we woke from Deep Sleep *after* early boot. This makes it behave the same ways as the function of the same name on SAME54. Rename the existing function to cpu_backup_ram_is_initialized() to better match it's semantics.