commit | 386eda022473394ad8f36b86f2bdc9b4cb816291 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Jun 14 18:14:56 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Jun 14 18:14:56 2006 +0200 |
tree | 122f380d73af6fcf186e45cefb400e9e1603d4bb | |
parent | 007d67da94db86989c3d0ad0a9728391b7eed02b [diff] [blame] |
Code cleanup
diff --git a/include/usb_cdc_acm.h b/include/usb_cdc_acm.h index 8cb1654..87bf50c 100644 --- a/include/usb_cdc_acm.h +++ b/include/usb_cdc_acm.h
@@ -34,7 +34,7 @@ #define ACM_RESPONSE_AVAILABLE 0x01 #define ACM_SERIAL_STATE 0x20 -/* Format of response expected by a ACM_GET_LINE_ENCODING request */ +/* Format of response expected by a ACM_GET_LINE_ENCODING request */ struct rs232_emu{ unsigned long dter; unsigned char stop_bits;