diff options
Diffstat (limited to 'ports/stm32/rtc.h')
| -rw-r--r-- | ports/stm32/rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/stm32/rtc.h b/ports/stm32/rtc.h index 307f8885e..d3840c1b7 100644 --- a/ports/stm32/rtc.h +++ b/ports/stm32/rtc.h @@ -32,4 +32,6 @@ extern const mp_obj_type_t pyb_rtc_type; void rtc_init_start(bool force_init); void rtc_init_finalise(void); +mp_obj_t pyb_rtc_wakeup(size_t n_args, const mp_obj_t *args); + #endif // MICROPY_INCLUDED_STM32_RTC_H |
