mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +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);
|
(main_t)wdog_daemon, (FAR char * const *)NULL);
|
||||||
|
|
||||||
DEBUGASSERT(taskid > 0);
|
DEBUGASSERT(taskid > 0);
|
||||||
|
UNUSED(taskid);
|
||||||
|
|
||||||
sched_unlock();
|
sched_unlock();
|
||||||
#endif
|
#endif
|
||||||
return OK;
|
return OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user