Sourceforge bug #19. Fix typo from CCTSAO
This commit is contained in:
parent
870606c810
commit
d7c9fda519
@ -617,3 +617,7 @@
|
|||||||
differ. Contributed by Andrew Tridgell (via Lorenz Meier) (2013-7-18).
|
differ. Contributed by Andrew Tridgell (via Lorenz Meier) (2013-7-18).
|
||||||
|
|
||||||
6.30 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
6.30 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
|
||||||
|
* apps/examples/composite/: SourceForge bug #19: Fix a typo that can
|
||||||
|
cause a configuration error. From CCTSAO (2013-9-4).
|
||||||
|
|
||||||
|
@ -838,7 +838,7 @@ int disconn_main(int argc, char *argv[])
|
|||||||
/* Then disconnect the device and uninitialize the USB mass storage driver */
|
/* Then disconnect the device and uninitialize the USB mass storage driver */
|
||||||
|
|
||||||
composite_uninitialize(g_composite.cmphandle);
|
composite_uninitialize(g_composite.cmphandle);
|
||||||
g_composite.mshandle = NULL;
|
g_composite.mschandle = NULL;
|
||||||
message("disconn_main: Disconnected\n");
|
message("disconn_main: Disconnected\n");
|
||||||
check_test_memory_usage("After composite_uninitialize()");
|
check_test_memory_usage("After composite_uninitialize()");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user