From 27964fdd899375249d301269ddf5e524a1aa497c Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 27 Aug 2008 16:24:31 +0000 Subject: [PATCH] Lower meaningless demo clock frequency to avoid overflows in AVR. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1735 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 48b46abd..af009e8b 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 (48023000L/* Implement me! */) +#define CLOCK_FREQ (12288000UL/* Implement me! */) /* Timer IRQ strobe */ -- 2.25.1