Add asrc, csrc, cxxsrc, cppasrc taken from the cpu definition in the makefile
[bertos.git] / bertos / hw / hw_cpu.h
index 9bf046266cb3bc1227323fe9285ba3fd964c7c2a..af009e8b43011f7211421fb0ca5254ff6013402d 100644 (file)
@@ -34,7 +34,7 @@
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
 #ifndef HW_CPU_H
@@ -43,7 +43,7 @@
 #warning TODO:This is an example implementation, you must implement it!
 
 /// CPU Clock frequency 
-#define CLOCK_FREQ     (48023000L/* Implement me! */)
+#define CLOCK_FREQ     (12288000UL/* Implement me! */)
 
 
 /* Timer IRQ strobe */