timer: arm: Mark ticks as unused
When TICKLESS_KERNEL is disabled the parameter ticks is not used. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
cd0caced65
commit
4ab6dd003e
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ void z_clock_set_timeout(int32_t ticks, bool idle)
|
||||||
k_spin_unlock(&lock, key);
|
k_spin_unlock(&lock, key);
|
||||||
|
|
||||||
#else /* CONFIG_TICKLESS_KERNEL */
|
#else /* CONFIG_TICKLESS_KERNEL */
|
||||||
|
ARG_UNUSED(ticks);
|
||||||
ARG_UNUSED(idle);
|
ARG_UNUSED(idle);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue