diff options
Diffstat (limited to 'LUFA/CodeTemplates/LUFAConfig.h')
-rw-r--r-- | LUFA/CodeTemplates/LUFAConfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/CodeTemplates/LUFAConfig.h b/LUFA/CodeTemplates/LUFAConfig.h index f7d1509cf..35e8f6586 100644 --- a/LUFA/CodeTemplates/LUFAConfig.h +++ b/LUFA/CodeTemplates/LUFAConfig.h @@ -75,7 +75,7 @@ // #define NO_INTERNAL_SERIAL // #define FIXED_CONTROL_ENDPOINT_SIZE {Insert Value Here} // #define DEVICE_STATE_AS_GPIOR {Insert Value Here} -// #define FIXED_NUM_CONFIGURATION {Insert Value Here} +// #define FIXED_NUM_CONFIGURATIONS {Insert Value Here} // #define CONTROL_ONLY_DEVICE // #define INTERRUPT_CONTROL_ENDPOINT // #define NO_DEVICE_REMOTE_WAKEUP @@ -115,7 +115,7 @@ // #define NO_INTERNAL_SERIAL // #define FIXED_CONTROL_ENDPOINT_SIZE {Insert Value Here} // #define DEVICE_STATE_AS_GPIOR {Insert Value Here} -// #define FIXED_NUM_CONFIGURATION {Insert Value Here} +// #define FIXED_NUM_CONFIGURATIONS {Insert Value Here} // #define CONTROL_ONLY_DEVICE // #define NO_DEVICE_REMOTE_WAKEUP // #define NO_DEVICE_SELF_POWER @@ -145,7 +145,7 @@ /* USB Device Mode Driver Related Tokens: */ // #define NO_INTERNAL_SERIAL // #define FIXED_CONTROL_ENDPOINT_SIZE {Insert Value Here} -// #define FIXED_NUM_CONFIGURATION {Insert Value Here} +// #define FIXED_NUM_CONFIGURATIONS {Insert Value Here} // #define CONTROL_ONLY_DEVICE // #define INTERRUPT_CONTROL_ENDPOINT // #define NO_DEVICE_REMOTE_WAKEUP |