diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-21 08:50:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-21 08:50:11 +0000 |
commit | c13206f3eea1a01848cbabc4b57a85f9cb02b17a (patch) | |
tree | 12ed6ed3440701f379048b86aad4b4ceadb73866 /testhal/STM32F4xx/USB_CDC | |
parent | eee100dd4443d592efb3cd75e890fe4d1f4ab553 (diff) | |
download | ChibiOS-c13206f3eea1a01848cbabc4b57a85f9cb02b17a.tar.gz ChibiOS-c13206f3eea1a01848cbabc4b57a85f9cb02b17a.tar.bz2 ChibiOS-c13206f3eea1a01848cbabc4b57a85f9cb02b17a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4599 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/USB_CDC')
-rw-r--r-- | testhal/STM32F4xx/USB_CDC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/USB_CDC/main.c b/testhal/STM32F4xx/USB_CDC/main.c index 49a31a674..5503884ff 100644 --- a/testhal/STM32F4xx/USB_CDC/main.c +++ b/testhal/STM32F4xx/USB_CDC/main.c @@ -34,7 +34,7 @@ /*===========================================================================*/
/*
- * USB Driver structure.
+ * Serial over USB Driver structure.
*/
static SerialUSBDriver SDU1;
|