From 7a0c66e591a0f4023fb44878f76f567448b8a3eb Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 27 Jan 2012 16:25:57 +0000 Subject: 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 --- apps/examples/composite/composite_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/composite') 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 -- cgit v1.2.3