Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid).

This commit is contained in:
Dean Camera 2012-03-06 14:50:59 +00:00
parent 6ee79029d5
commit 17f104cbe8
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@
* - Core:
* - Fixed possible enumeration error if the user application selects a pipe other than the default Control pipe between the Powered and Default states of
* the host state machine
* - Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid)
* - Library Applications:
* - None
*

View File

@ -357,6 +357,8 @@
* using the user application's preferred USB controller driver.
*/
void USB_GEN_vect(void);
#else
ISR(USB_GEN_vect);
#endif
/* Disable C linkage for C++ Compilers: */