Set EMBEDDED_TARGET=0 on config.mk for compiling the demo app
[bertos.git] / bertos / hw / hw_cpu.h
index cab6bb4072d46efe92bbe7d04dc874ce0260d56a..9bf046266cb3bc1227323fe9285ba3fd964c7c2a 100644 (file)
 #ifndef HW_CPU_H
 #define HW_CPU_H
 
-#warning TODO:This is example implemetantion, you must implement it! 
+#warning TODO:This is an example implementation, you must implement it!
 
 /// CPU Clock frequency 
-#define CLOCK_FREQ     (10000000UL /* Implement me! */)
+#define CLOCK_FREQ     (48023000L/* Implement me! */)
 
 
 /* Timer IRQ strobe */