Skip to content
Snippets Groups Projects
Commit 17f104cb authored by Dean Camera's avatar Dean Camera
Browse files

Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT...

Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid).
parent 6ee79029
No related branches found
No related tags found
No related merge requests found
......@@ -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
*
......
......@@ -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: */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment