Merge remote-tracking branch 'origin/main'

This commit is contained in:
Hosted Weblate 2023-02-02 02:22:52 +01:00
commit 9a61553645
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -34,7 +34,6 @@ void alarm_sleep_memory_reset(void) {
}
uint32_t common_hal_alarm_sleep_memory_get_length(alarm_sleep_memory_obj_t *self) {
mp_raise_NotImplementedError(translate("Sleep Memory not available"));
return 0;
}