mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
655fcf18d0
alarminfo->active = false will kill the signal which will disable the interrupt. In effect, periodic interrupt will behave like alarm interrupt. So, removed alarminfo->active = false from rtc_periodic_callback() function Update rtc.c