Skip to content

Commit 9e242bf

Browse files
authored
Merge pull request #7538 from gneverov/issue_6482
Fixes #6482
2 parents 92f39fd + 77c6daf commit 9e242bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/raspberrypi/common-hal/alarm/SleepMemory.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ void alarm_sleep_memory_reset(void) {
3434
}
3535

3636
uint32_t common_hal_alarm_sleep_memory_get_length(alarm_sleep_memory_obj_t *self) {
37-
mp_raise_NotImplementedError(translate("Sleep Memory not available"));
3837
return 0;
3938
}
4039

0 commit comments

Comments
 (0)