Changed clock from 10Mhz to 48Mhz in hw_cpu.h to set the correct value in crtat91sam7...
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 17 Jun 2008 14:46:08 +0000 (14:46 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 17 Jun 2008 14:46:08 +0000 (14:46 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1475 38d2e660-2303-0410-9eaa-f027e97ec537

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 */