summaryrefslogtreecommitdiff
path: root/demos/host/src/main.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-09-26 14:37:40 +0700
committerhathach <[email protected]>2013-09-26 14:37:40 +0700
commit9d60db0f9f8346965c3f1b49d3ef2f63257cd3ef (patch)
tree40433df8f65b1afd5c3bce51a10ece1f96a03ba8 /demos/host/src/main.c
parent4bdede53eb5e04a1090849742bab02b132cb588a (diff)
add scsi write10 & test unit ready
done copy command implement get_fattime using __DATE__ and number of calls
Diffstat (limited to 'demos/host/src/main.c')
-rw-r--r--demos/host/src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/host/src/main.c b/demos/host/src/main.c
index d6c7e43e4..6f33cc49c 100644
--- a/demos/host/src/main.c
+++ b/demos/host/src/main.c
@@ -125,8 +125,6 @@ int main(void)
tusb_init();
- cli_init();
-
//------------- application task init -------------//
(void) osal_task_create( OSAL_TASK_REF(led_blinking_task) );