diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-12-26 22:44:09 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-01-27 11:13:32 +1100 |
| commit | 285d265eee834c763749f54a6d806e284be1160c (patch) | |
| tree | 6ae38f5e5ed36a7061f760b0a419c9c04391a69a /ports/stm32/rtc.h | |
| parent | b16146d18907b921eefec527f7a700413309dd12 (diff) | |
stm32: Implement machine.lightsleep().
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 |
