diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-02 16:52:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-02 16:52:18 +0000 |
commit | 1b269aa139ba66288cc2c3f1b463c73821343262 (patch) | |
tree | d69e3b0f8016def9da728232fc82f6297f4f70ed /ports | |
parent | e4e90fae74549139baaf135034b3be2abcf284a6 (diff) | |
download | ChibiOS-1b269aa139ba66288cc2c3f1b463c73821343262.tar.gz ChibiOS-1b269aa139ba66288cc2c3f1b463c73821343262.tar.bz2 ChibiOS-1b269aa139ba66288cc2c3f1b463c73821343262.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@29 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ARM7-LPC214x/GCC/lpc214x.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ports/ARM7-LPC214x/GCC/lpc214x.h b/ports/ARM7-LPC214x/GCC/lpc214x.h index 63be5c36c..cb1aa76f4 100644 --- a/ports/ARM7-LPC214x/GCC/lpc214x.h +++ b/ports/ARM7-LPC214x/GCC/lpc214x.h @@ -24,14 +24,6 @@ typedef volatile unsigned char IOREG8; typedef volatile unsigned int IOREG32;
/*
- * The following values are implementation dependent. You may change them in
- * order to match your HW.
- */
-#define FOSC 12000000
-#define CCLK 48000000
-#define PCLK 12000000
-
-/*
* System.
*/
#define MEMMAP (*((IOREG32 *)0xE01FC040))
|