RoCorbera commented on a change in pull request #743:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/743#discussion_r643061980
##########
File path: examples/leds/leds_main.c
##########
@@ -59,6 +45,26 @@ static bool g_led_daemon_started;
* Private Functions
****************************************************************************/
+/****************************************************************************
+ * Name: sigterm_action
+ ****************************************************************************/
+
+void sigterm_action(int signo, siginfo_t *siginfo, void *arg)
Review comment:
Yes, it will better. I'll change it and commit again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]