diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-19 18:53:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-19 18:53:30 +0000 |
commit | 3832182fe1de292998eef73e00511f73af0efa87 (patch) | |
tree | c18c2340031ca29e0501534efbb66d5b15d1c25a /LUFA/Drivers/Peripheral/Serial.h | |
parent | e0a3f26978c98573322bdb54d21c5ac374dccdba (diff) | |
download | lufa-3832182fe1de292998eef73e00511f73af0efa87.tar.gz lufa-3832182fe1de292998eef73e00511f73af0efa87.tar.bz2 lufa-3832182fe1de292998eef73e00511f73af0efa87.zip |
Fix documentation glitches from the restructuring changes.
Diffstat (limited to 'LUFA/Drivers/Peripheral/Serial.h')
-rw-r--r-- | LUFA/Drivers/Peripheral/Serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h index 0c6cd86bf..a6fcb44f0 100644 --- a/LUFA/Drivers/Peripheral/Serial.h +++ b/LUFA/Drivers/Peripheral/Serial.h @@ -43,7 +43,7 @@ * * \section Sec_Dependencies Module Source Dependencies * The following files must be built with any user project that uses this module: - * - LUFA/Drivers/Peripheral/$(ARCH)/Serial.c <i>(Makefile source module name: LUFA_SRC_SERIAL)</i> + * - LUFA/Drivers/Peripheral/<i>ARCH</i>/Serial.c <i>(Makefile source module name: LUFA_SRC_SERIAL)</i> * * \section Sec_ModDescription Module Description * Hardware serial USART driver. This module provides an easy to use driver for the setup and transfer |