mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-15 01:13:33 +00:00
Sourceforge bug #19. Fix typo from CCTSAO
This commit is contained in:
parent
870606c810
commit
d7c9fda519
2 changed files with 5 additions and 1 deletions
|
|
@ -617,3 +617,7 @@
|
|||
differ. Contributed by Andrew Tridgell (via Lorenz Meier) (2013-7-18).
|
||||
|
||||
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 */
|
||||
|
||||
composite_uninitialize(g_composite.cmphandle);
|
||||
g_composite.mshandle = NULL;
|
||||
g_composite.mschandle = NULL;
|
||||
message("disconn_main: Disconnected\n");
|
||||
check_test_memory_usage("After composite_uninitialize()");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue