tests: timer_monotonic: fix style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1a1ae2f929
commit
f6775bc67b
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ void main(void)
|
||||||
if (t_now < t_last) {
|
if (t_now < t_last) {
|
||||||
diff = t_now - t_last;
|
diff = t_now - t_last;
|
||||||
TC_PRINT("diff = %" PRId32 " (t_last = %" PRIu32
|
TC_PRINT("diff = %" PRId32 " (t_last = %" PRIu32
|
||||||
" : t_now = %" PRIu32 "); i = %u\n",
|
" : t_now = %" PRIu32 "); i = %u\n",
|
||||||
diff, t_last, t_now, i);
|
diff, t_last, t_now, i);
|
||||||
errors++;
|
errors++;
|
||||||
}
|
}
|
||||||
t_last = t_now;
|
t_last = t_now;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue