Skip to content

Commit 29b2ffb

Browse files
nashifAnas Nashif
authored andcommitted
samples: usb: remove legacy APIs
Change-Id: I80fa24aaf783451af18d775a6b52c2014d26bd9e Signed-off-by: Anas Nashif <[email protected]>
1 parent bf83460 commit 29b2ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/usb/console/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ void main(void)
2121
{
2222
while (1) {
2323
printk("Hello World! %s\n", CONFIG_ARCH);
24-
task_sleep(100);
24+
k_sleep(K_SECONDS(1));
2525
}
2626
}

0 commit comments

Comments
 (0)