Eliminate a warning found in build testing.

This commit is contained in:
Gregory Nutt 2018-08-25 15:02:21 -06:00
parent 7e63b0b288
commit 4ca538c4c7
1 changed files with 2 additions and 0 deletions

View File

@ -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;