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:
Mazen NEIFER 2017-02-09 23:05:30 +01:00 committed by Andrew Boie
commit ff0828faf3
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@
*******************************************************************************/
#include <kernel_structs.h>
#include <offsets_short.h>
#include "xtensa_rtos.h"
/*

View file

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