From f47235b81e856e7ce932960c43c49206db8a73f7 Mon Sep 17 00:00:00 2001 From: qwert Date: Tue, 17 Jun 2008 14:46:08 +0000 Subject: [PATCH] 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 --- bertos/hw/hw_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.25.1