sys_clock: Rename _nano_ticks

Renames nanokernel global variable _nano_ticks to _sys_clock_tick_count.

Change-Id: I857407f1f7e8d9fd2eedc1c1696851173e58d2b4
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-11-24 13:23:29 -05:00 committed by Anas Nashif
commit 43b05eb463
2 changed files with 12 additions and 12 deletions

View file

@ -86,7 +86,7 @@ extern int sys_clock_hw_cycles_per_tick;
#define SYS_CLOCK_HW_CYCLES_TO_NS(X) (uint32_t)(SYS_CLOCK_HW_CYCLES_TO_NS64(X))
extern int64_t _nano_ticks;
extern int64_t _sys_clock_tick_count;
extern struct nano_timer *_nano_timer_list;
/*