diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-02 19:56:50 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-02 19:56:50 +0000 |
commit | 450ff51b7e3e8c5c8a39760bc05fb763abf780c0 (patch) | |
tree | e714e4dfacb9a64049696c6816930a775273b886 /LUFA/Platform/UC3 | |
parent | 0d888458e17a57473e2d41229302ab401a815545 (diff) | |
download | lufa-450ff51b7e3e8c5c8a39760bc05fb763abf780c0.tar.gz lufa-450ff51b7e3e8c5c8a39760bc05fb763abf780c0.tar.bz2 lufa-450ff51b7e3e8c5c8a39760bc05fb763abf780c0.zip |
Add platform driver dispatch header and makefile module source variable.
Diffstat (limited to 'LUFA/Platform/UC3')
-rw-r--r-- | LUFA/Platform/UC3/InterruptManagement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Platform/UC3/InterruptManagement.h b/LUFA/Platform/UC3/InterruptManagement.h index af99f0875..49bdaf8d5 100644 --- a/LUFA/Platform/UC3/InterruptManagement.h +++ b/LUFA/Platform/UC3/InterruptManagement.h @@ -41,8 +41,8 @@ * * \section Sec_Dependencies Module Source Dependencies * The following files must be built with any user project that uses this module: - * - LUFA/Platform/UC3/InterruptManagement.c - * - LUFA/Platform/UC3/Exception.S + * - LUFA/Platform/UC3/InterruptManagement.c <i>(Makefile source module name: LUFA_SRC_PLATFORM)</i> + * - LUFA/Platform/UC3/Exception.S <i>(Makefile source module name: LUFA_SRC_PLATFORM)</i> * * \section Sec_ModDescription Module Description * Interrupt controller driver for the AVR32 UC3 microcontrollers, for the configuration of interrupt |