summaryrefslogtreecommitdiff
path: root/apps/examples/composite
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 16:25:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 16:25:57 +0000
commit7a0c66e591a0f4023fb44878f76f567448b8a3eb (patch)
treefe3cbb3a753d0755ceced271a369b0d92594e0fb /apps/examples/composite
parent8f6700143c5b021a5a1bd3e21a8c20f177e8e9f2 (diff)
downloadpx4-nuttx-7a0c66e591a0f4023fb44878f76f567448b8a3eb.tar.gz
px4-nuttx-7a0c66e591a0f4023fb44878f76f567448b8a3eb.tar.bz2
px4-nuttx-7a0c66e591a0f4023fb44878f76f567448b8a3eb.zip
First round of changes from debug of USB composite device (still has problems)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/composite')
-rw-r--r--apps/examples/composite/composite_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/composite/composite_main.c b/apps/examples/composite/composite_main.c
index b6e9bec9d..961716116 100644
--- a/apps/examples/composite/composite_main.c
+++ b/apps/examples/composite/composite_main.c
@@ -503,7 +503,7 @@ int board_mscclassobject(FAR struct usbdevclass_driver_s **classdev)
{
int ret;
- DEBUGASSERT(g_composite.mschandle != NULL);
+ DEBUGASSERT(g_composite.mschandle == NULL);
/* Initialize USB trace output IDs */
@@ -657,7 +657,7 @@ void board_cdcuninitialize(FAR struct usbdevclass_driver_s *classdev)
}
/****************************************************************************
- * user_start/msconn_main
+ * user_start/conn_main
*
* Description:
* This is the main program that configures the USB mass storage device