From: qwert Date: Tue, 17 Jun 2008 14:46:08 +0000 (+0000) Subject: Changed clock from 10Mhz to 48Mhz in hw_cpu.h to set the correct value in crtat91sam7... X-Git-Tag: 2.0.0~459 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f47235b81e856e7ce932960c43c49206db8a73f7;p=bertos.git Changed clock from 10Mhz to 48Mhz in hw_cpu.h to set the correct value in crtat91sam7_rom.S git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1475 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/hw/hw_cpu.h b/bertos/hw/hw_cpu.h index 02e2d0c4..9bf04626 100644 --- a/bertos/hw/hw_cpu.h +++ b/bertos/hw/hw_cpu.h @@ -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 */