Changed clock from 10Mhz to 48Mhz in hw_cpu.h to set the correct value in crtat91sam7...
[bertos.git] / bertos / hw / hw_cpu.h
index 02e2d0c4bc0fc88661e5141b44268ed8022d4e2e..9bf046266cb3bc1227323fe9285ba3fd964c7c2a 100644 (file)
@@ -43,7 +43,7 @@
 #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 */