aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/usb/cdc.h
diff options
context:
space:
mode:
authorJason Kotzin2012-08-16 18:50:38 -0700
committerJason Kotzin2012-09-13 10:43:35 -0700
commit34beeae925798dc49ad79f2f8c47aeaee7d8262a (patch)
tree8c906f6484f1d8db548703adc18a51c3178472dd /include/libopencm3/usb/cdc.h
parent4958fae906bf132e86b8a3153018b09006fbc1c5 (diff)
USB core updated for reentrance based on Christian Cier-Zniewski's branch
Diffstat (limited to 'include/libopencm3/usb/cdc.h')
-rw-r--r--include/libopencm3/usb/cdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/usb/cdc.h b/include/libopencm3/usb/cdc.h
index 4b54961..5036411 100644
--- a/include/libopencm3/usb/cdc.h
+++ b/include/libopencm3/usb/cdc.h
@@ -112,7 +112,7 @@ struct usb_cdc_line_coding {
/* Table 30: Class-Specific Notification Codes for PSTN subclasses */
/* ... */
-#define USB_CDC_NOTIFY_SERIAL_STATE 0x20
+#define USB_CDC_NOTIFY_SERIAL_STATE 0x20
/* ... */
/* Notification Structure */