summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-05 11:53:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-05 11:53:20 -0600
commit71f0c2754ffb63621f2c410c82c82a759b806049 (patch)
treeb7a5e8ec0f46377545f4d20f7d8844e6b50d7601 /nuttx/drivers
parentdbcb00b36c7d217756e00e0d9ac9232d5ebbb160 (diff)
downloadnuttx-71f0c2754ffb63621f2c410c82c82a759b806049.tar.gz
nuttx-71f0c2754ffb63621f2c410c82c82a759b806049.tar.bz2
nuttx-71f0c2754ffb63621f2c410c82c82a759b806049.zip
SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS and not matter how we are booting
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/usbdev/cdcacm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbdev/cdcacm.c b/nuttx/drivers/usbdev/cdcacm.c
index b9e24567f..153109cbc 100644
--- a/nuttx/drivers/usbdev/cdcacm.c
+++ b/nuttx/drivers/usbdev/cdcacm.c
@@ -2256,7 +2256,7 @@ int cdcacm_classobject(int minor, FAR struct usbdevclass_driver_s **classdev)
/* Initialize the serial driver sub-structure */
- /* The initial state is disconnected */
+ /* The initial state is disconnected */
#ifdef CONFIG_SERIAL_REMOVABLE
priv->serdev.disconnected = true;