Skip to content

Commit 39c8b7a

Browse files
committed
dummy
Signed-off-by: Anas Nashif <[email protected]>
1 parent 365a450 commit 39c8b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/timeout.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ k_ticks_t z_add_timeout(struct _timeout *to, _timeout_func_t fn, k_timeout_t tim
151151
*/
152152
ticks_elapsed = elapsed();
153153
}
154-
sys_clock_set_timeout(next_timeout(ticks_elapsed), false);
154+
sys_clock_set_timeout(next_timeout(ticks_elapsed), false );
155155
}
156156
}
157157

0 commit comments

Comments
 (0)