aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-19 15:26:42 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-19 15:26:42 +0000
commit84ff878fd75b1d2861feb537bc32d7575c40dcda (patch)
tree0722248eb7a5a2f39fa52790ac15640bf1df167c /LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
parent50ff97f378b76d177fef7162e31bb3fb71ef050c (diff)
downloadlufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.tar.gz
lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.tar.bz2
lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.zip
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.
Diffstat (limited to 'LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h')
-rw-r--r--LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h b/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
index 37059c13d..c4dfab392 100644
--- a/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
+++ b/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
@@ -350,15 +350,13 @@
#endif
/* Public Interface - May be used in end-application: */
- /* ISR Prototypes: */
+ /* Function Prototypes: */
#if defined(__DOXYGEN__)
/** Interrupt service routine handler for the USB controller ISR group. This interrupt routine <b>must</b> be
* linked to the entire USB controller ISR vector group inside the AVR32's interrupt controller peripheral,
* 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: */