From 77a0f70e491da2a26323d24b4c1d65320996c469 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 17 Mar 2011 07:47:19 -0400 Subject: Fixing typo in libmaple/usb/descriptors.h; thanks, StephenFromNYC! http://forums.leaflabs.com/topic.php?id=687 --- libmaple/usb/descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple/usb/descriptors.h') 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; \ -- cgit v1.2.3