mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer.
This commit is contained in:
committed by
Gregory Nutt
parent
83e458873f
commit
b4f6a3a878
@@ -381,7 +381,7 @@ int cdcacm_initialize(int minor, FAR void **handle);
|
||||
*
|
||||
* Description:
|
||||
* Un-initialize the USB storage class driver. This function is used
|
||||
* internally by the USB composite driver to uninitialized the CDC/ACM
|
||||
* internally by the USB composite driver to uninitialize the CDC/ACM
|
||||
* driver. This same interface is available (with an untyped input
|
||||
* parameter) when the CDC/ACM driver is used standalone.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user