zephyr/kernel/nanokernel
Peter Mitsis 30bf5c05c8 sys_clock: fix _sys_idle_elapsed_ticks type
Fixes the type of global variable _sys_idle_elapsed_ticks such that
both its nanokernel and microkernel definitions are of the same
type--int32_t.

One of the repercussions of this is that code related to the routine
_nano_sys_clock_tick_announce() does not need the application of
typecasting.

Change-Id: I3d7374cd1a32aea7e4651726febde74ebe4ac8ac
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:53 -05:00
..
include
compiler_stack_protect.c
device.c
event_logger.c
idle.c
int_latency_bench.c
Kconfig
kernel_event_logger.c
Makefile
nano_context.c
nano_fiber.c
nano_fifo.c
nano_init.c
nano_lifo.c
nano_sema.c
nano_sleep.c
nano_stack.c
nano_sys_clock.c
nano_timer.c
ring_buffer.c
version.c