Xtensa port: Fixed compilation errors caused by last rebase on master.
Change-Id: If2896bcce26652ded2059a11620370e34f98d1e4 Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
This commit is contained in:
parent
74ff1092d4
commit
ff0828faf3
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
#include <kernel_structs.h>
|
||||
#include <offsets_short.h>
|
||||
#include "xtensa_rtos.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -94,7 +94,7 @@ void _timer_idle_enter(int32_t ticks)
|
|||
uint32_t F; /* Idle timer fire time */
|
||||
uint32_t f; /* Last programmed timer fire time */
|
||||
|
||||
if ((ticks == TICKS_UNLIMITED) || (ticks > max_system_ticks)) {
|
||||
if ((ticks == K_FOREVER) || (ticks > max_system_ticks)) {
|
||||
/*
|
||||
* The number of cycles until the timer must fire next might
|
||||
* not fit in the 32-bit counter register. To work around this,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue