don't throw exception

This commit is contained in:
Gregory Neverov 2023-02-01 16:33:22 -08:00
parent 92f39fd708
commit 77c6daf4b8
1 changed files with 0 additions and 1 deletions

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;
}