diff options
| author | hathach <[email protected]> | 2012-12-03 16:51:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-03 16:51:14 +0700 |
| commit | b698b09a67251c8ed8ed81120e85ea21c5d88b10 (patch) | |
| tree | 5da27b3529f66f07095623ef160279b5cb5e9760 /demos | |
| parent | aff644b7c3083cb3b943276d046729b80233e9f9 (diff) | |
fix some doxygen settings and stuffs add prepacked for IAR compiler
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/device/keyboard/descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/keyboard/descriptors.h b/demos/device/keyboard/descriptors.h index 277806439..4b3e8b4db 100644 --- a/demos/device/keyboard/descriptors.h +++ b/demos/device/keyboard/descriptors.h @@ -83,7 +83,7 @@ typedef PRE_PACK struct POST_PACK _USB_INTERFACE_ASSOCIATION_DESCRIPTOR /////////////////////////////////////////////////////////////////////// // Interface Assosication Descriptor if device is CDC + other class -#define IAD_DESC_REQUIRED ( defined(CFG_CLASS_CDC) && (CLASS_HID) ) +#define IAD_DESC_REQUIRED ( defined(CFG_CLASS_CDC) && (TUSB_CLASS_HID) ) #ifdef CFG_CLASS_CDC #define INTERFACES_OF_CDC 2 |
