acassis commented on code in PR #3639:
URL: https://github.com/apache/nuttx-apps/pull/3639#discussion_r3580320722
##########
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:
@cederom but this is the standard style of NuttX, you can align all
variables at the same column. I just noticed that nb and id are misaligned. But
I think in this case, since there are only 2 variable, your suggestion makes
sense
--
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]