mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 19:45:31 +00:00
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> |
||
---|---|---|
.. | ||
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 |