Skip to content

Commit

Permalink
Merge pull request micropython#7538 from gneverov/issue_6482
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Feb 2, 2023
2 parents 92f39fd + 77c6daf commit 9e242bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/raspberrypi/common-hal/alarm/SleepMemory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9e242bf

Please sign in to comment.