mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Eliminate a warning found in build testing.
This commit is contained in:
@@ -198,6 +198,8 @@ int sam_watchdog_initialize(void)
|
||||
(main_t)wdog_daemon, (FAR char * const *)NULL);
|
||||
|
||||
DEBUGASSERT(taskid > 0);
|
||||
UNUSED(taskid);
|
||||
|
||||
sched_unlock();
|
||||
#endif
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user