mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
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>