Convert from Zephyr to C99 types

Convert to use C99 types as we intend to deprecate the zephyr
specific integer types.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-05-27 12:17:59 -05:00 committed by Kumar Gala
parent 3c3c9ec83b
commit 87e9e7f2c5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <metal/time.h>
#include <sys_clock.h>
extern volatile u64_t _sys_clock_tick_count;
extern volatile uint64_t _sys_clock_tick_count;
unsigned long long metal_get_timestamp(void)
{