/* Public Interface - May be used in end-application: */\r
/* Macros: */\r
#if defined(USE_SINGLE_DEVICE_CONFIGURATION)\r
- #define TOTAL_NUM_CONFIGURATIONS 1\r
+ #define FIXED_NUM_CONFIGURATIONS 1\r
#endif\r
\r
/* Enums: */\r
#endif\r
\r
/* Function Prototypes: */\r
- void USB_Device_ProcessControlPacket(void);\r
+ void USB_Device_ProcessControlRequest(void);\r
\r
#if defined(INCLUDE_FROM_DEVCHAPTER9_C)\r
static void USB_Device_SetAddress(void);\r
static void USB_Device_ClearSetFeature(void);\r
\r
#if !defined(NO_INTERNAL_SERIAL) && (defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR))\r
+ static char USB_Device_NibbleToASCII(uint8_t Nibble) ATTR_ALWAYS_INLINE;\r
static void USB_Device_GetInternalSerialDescriptor(void);\r
#endif \r
#endif\r