aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC214x-GCC/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/LPC214x-GCC/chcore.h')
-rw-r--r--demos/LPC214x-GCC/chcore.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/LPC214x-GCC/chcore.h b/demos/LPC214x-GCC/chcore.h
index bc49994ce..b2091b686 100644
--- a/demos/LPC214x-GCC/chcore.h
+++ b/demos/LPC214x-GCC/chcore.h
@@ -20,6 +20,14 @@
#ifndef _CHCORE_H_
#define _CHCORE_H_
+/*
+ * 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
+
typedef void *regarm;
/*