aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-25 18:41:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-25 18:41:39 +0000
commit95b238fc867da32f28c74b98b793fbd40345b595 (patch)
tree4887435ecd359ae0abfea92bd79e999ce8616f62 /ports
parent619b739d93252f4fc78a98e1bd1c36e9edbbca28 (diff)
downloadChibiOS-95b238fc867da32f28c74b98b793fbd40345b595.tar.gz
ChibiOS-95b238fc867da32f28c74b98b793fbd40345b595.tar.bz2
ChibiOS-95b238fc867da32f28c74b98b793fbd40345b595.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@23 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r--ports/ARM7-LPC214x/GCC/lpc214x_serial.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/ARM7-LPC214x/GCC/lpc214x_serial.h b/ports/ARM7-LPC214x/GCC/lpc214x_serial.h
index 340856fdc..1eaba687b 100644
--- a/ports/ARM7-LPC214x/GCC/lpc214x_serial.h
+++ b/ports/ARM7-LPC214x/GCC/lpc214x_serial.h
@@ -17,8 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _LPC2000_SERIAL_H_
-#define _LPC2000_SERIAL_H_
+#ifndef _LPC214x_SERIAL_H_
+#define _LPC214x_SERIAL_H_
void InitSerial(void);
void SetUARTI(UART *u, int speed, int lcr, int fcr);
@@ -27,4 +27,4 @@ void UART1IrqHandler(void);
extern FullDuplexDriver COM1, COM2;
-#endif /* _LPC2000_SERIAL_H_*/
+#endif /* _LPC214x_SERIAL_H_*/