cederom commented on code in PR #3639:
URL: https://github.com/apache/nuttx-apps/pull/3639#discussion_r3580028648
##########
testing/drivers/drivertest/drivertest_watchdog.c:
##########
@@ -291,6 +299,222 @@ static int capture_callback(int irq, FAR void *context,
FAR void *arg)
return OK;
}
+#ifdef CONFIG_WATCHDOG_TIMEOUT_NOTIFIER
+
+struct watchdog_notifier_test_nb_s
+{
+ struct notifier_block nb;
+ int id;
Review Comment:
`int id;` please :-)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]