From: batt Date: Fri, 10 Apr 2009 17:52:53 +0000 (+0000) Subject: Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile. X-Git-Tag: 2.1.0~193 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=ba2ba183c492049aface3e3d4e1d5f945b43f3d6 Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2489 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/test/run_tests.sh b/test/run_tests.sh index 8ff7405c..78877add 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -17,7 +17,7 @@ VERBOSE=${VERBOSE:-1} CC=gcc #FIXME: -Ibertos/emul should not be needed -CFLAGS="-W -Wall -Wextra -O0 -g3 -ggdb -Ibertos -Ibertos/emul -std=gnu99 -fno-builtin -D_DEBUG -DARCH=(ARCH_EMUL|ARCH_UNITTEST)" +CFLAGS="-W -Wall -Wextra -O0 -g3 -ggdb -Ibertos -Ibertos/emul -std=gnu99 -fno-builtin -D_DEBUG -DARCH=(ARCH_EMUL|ARCH_UNITTEST) -DCPU_FREQ=(12288000UL)" CXX=g++ CXXFLAGS="$CFLAGS"