tests: clock: Initialize d64 value

CID: 167149
Jira: ZEP-2130
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
Leandro Pereira 2017-05-22 14:59:58 -07:00 committed by Anas Nashif
commit 90a2d2fcba

View file

@ -16,7 +16,7 @@
static void tclock_uptime(void)
{
u64_t t64, t32;
s64_t d64;
s64_t d64 = 0;
/**TESTPOINT: uptime elapse*/
t64 = k_uptime_get();