aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/Serial.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-19 14:00:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-19 14:00:44 +0000
commit6b5e684c77e5fa855b609d01e9a07fec296e9257 (patch)
tree9ad7cfb13b684d5cdd0ed90703159b015f119734 /LUFA/Drivers/Peripheral/Serial.h
parent42ac34b484b677ae1004c3d0215b27911a100a71 (diff)
downloadlufa-6b5e684c77e5fa855b609d01e9a07fec296e9257.tar.gz
lufa-6b5e684c77e5fa855b609d01e9a07fec296e9257.tar.bz2
lufa-6b5e684c77e5fa855b609d01e9a07fec296e9257.zip
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
Diffstat (limited to 'LUFA/Drivers/Peripheral/Serial.h')
-rw-r--r--LUFA/Drivers/Peripheral/Serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h
index 7501c61b9..103c7dbbc 100644
--- a/LUFA/Drivers/Peripheral/Serial.h
+++ b/LUFA/Drivers/Peripheral/Serial.h
@@ -39,7 +39,7 @@
*
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
- * - LUFA/Drivers/Peripheral/Serial.c
+ * - LUFA/Drivers/Peripheral/Serial.c <i>(Makefile source module name: LUFA_SRC_SERIAL)</i>
*
* \section Module Description
* Hardware serial USART driver. This module provides an easy to use driver for