mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 22:21:04 +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