xiaoxiang781216 commented on code in PR #15959: URL: https://github.com/apache/nuttx/pull/15959#discussion_r1986520329
########## include/nuttx/wdog.h: ########## @@ -88,13 +88,8 @@ struct wdog_s FAR void *picbase; /* PIC base address */ #endif clock_t expired; /* Timer associated with the absoulute time */ -}; - -struct wdog_period_s -{ - struct wdog_s wdog; /* Watchdog */ clock_t period; /* Period time in ticks */ Review Comment: but the chagne will increase wdog_s size even the caller doesn't require the period callback. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org