X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3008f8ce131ca6c1f326aa57795b4ab2f411b865..6f90d45684206e5dfca3c4554a14a5784da49d92:/LUFA/CodeTemplates/LUFAConfig.h diff --git a/LUFA/CodeTemplates/LUFAConfig.h b/LUFA/CodeTemplates/LUFAConfig.h index f7d1509cf..06882dcc4 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,8 +115,9 @@ // #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 MAX_ENDPOINT_INDEX {Insert Value Here} // #define NO_DEVICE_REMOTE_WAKEUP // #define NO_DEVICE_SELF_POWER @@ -145,7 +146,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 @@ -157,6 +158,10 @@ // #define NO_AUTO_VBUS_MANAGEMENT // #define INVERTED_VBUS_ENABLE_LINE + #else + + #error Unsupported architecture for this LUFA configuration file. + #endif #endif