samples: usb: remove legacy APIs
Change-Id: I80fa24aaf783451af18d775a6b52c2014d26bd9e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bf83460725
commit
29b2ffbb33
@ -21,6 +21,6 @@ void main(void)
|
||||
{
|
||||
while (1) {
|
||||
printk("Hello World! %s\n", CONFIG_ARCH);
|
||||
task_sleep(100);
|
||||
k_sleep(K_SECONDS(1));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user