tests: clock: Initialize d64 value
CID: 167149 Jira: ZEP-2130 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
parent
d6513eeda3
commit
90a2d2fcba
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
static void tclock_uptime(void)
|
static void tclock_uptime(void)
|
||||||
{
|
{
|
||||||
u64_t t64, t32;
|
u64_t t64, t32;
|
||||||
s64_t d64;
|
s64_t d64 = 0;
|
||||||
|
|
||||||
/**TESTPOINT: uptime elapse*/
|
/**TESTPOINT: uptime elapse*/
|
||||||
t64 = k_uptime_get();
|
t64 = k_uptime_get();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue