diff options
author | Yuuki NAGAO <wf.yn386@gmail.com> | 2025-09-22 20:24:18 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-10-01 09:38:12 +1000 |
commit | 58ff28b505cb311e4ffb024a81d81e1b094976bc (patch) | |
tree | c915c36aeded8d9daf4e0f31a507bbb05d0438c1 /tests/basics/subclass-native4.py | |
parent | 39e4413f46e616b70499865d1c22e523365d6f55 (diff) |
stm32/rtc: Fix passing invalid argument to RTC callback.
NameError occurred when trying to access the argument of RTC.wakeup()
callback because the callback argument is not initialized. To fix this
issue, this commit passes EXTI_RTC_WAKEUP to callback argument.
This is equivalent behavior with ExtInt callback.
Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
Diffstat (limited to 'tests/basics/subclass-native4.py')
0 files changed, 0 insertions, 0 deletions