diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-17 07:47:19 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-17 07:47:19 -0400 |
commit | 77a0f70e491da2a26323d24b4c1d65320996c469 (patch) | |
tree | ceff4366370ae366d372986ab237fbbb308b33f4 /libmaple | |
parent | 9cea4517c1db13a6f16eb3854c18c7fc02cbdeda (diff) | |
download | librambutan-77a0f70e491da2a26323d24b4c1d65320996c469.tar.gz librambutan-77a0f70e491da2a26323d24b4c1d65320996c469.zip |
Fixing typo in libmaple/usb/descriptors.h; thanks, StephenFromNYC!
http://forums.leaflabs.com/topic.php?id=687
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/usb/descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/usb/descriptors.h b/libmaple/usb/descriptors.h index 6f7d08b..460a88c 100644 --- a/libmaple/usb/descriptors.h +++ b/libmaple/usb/descriptors.h @@ -61,7 +61,7 @@ extern "C" { uint16 bString[len]; \ } -#define CDC_FUCNTIONAL_DESCRIPTOR(DataSize) \ +#define CDC_FUNCTIONAL_DESCRIPTOR(DataSize) \ struct \ { \ uint8 bLength; \ |