samples: usb: remove legacy APIs

Change-Id: I80fa24aaf783451af18d775a6b52c2014d26bd9e
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-01 07:28:13 -05:00 committed by Anas Nashif
parent bf83460725
commit 29b2ffbb33

View File

@ -21,6 +21,6 @@ void main(void)
{
while (1) {
printk("Hello World! %s\n", CONFIG_ARCH);
task_sleep(100);
k_sleep(K_SECONDS(1));
}
}