X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fhw%2Fcrtat91sam7_rom.S;h=5addc38a4c5663aec866ca3565a7117312acf16a;hb=8dabf14299bc6b3b9fc0b4dfdeba91af82aba46c;hp=0857795b2556ba4dc977cff198d78c24b98f33b3;hpb=9d095960f0b45a04bb86878834bdfbb032aa41eb;p=bertos.git diff --git a/bertos/cpu/arm/hw/crtat91sam7_rom.S b/bertos/cpu/arm/hw/crtat91sam7_rom.S index 0857795b..5addc38a 100644 --- a/bertos/cpu/arm/hw/crtat91sam7_rom.S +++ b/bertos/cpu/arm/hw/crtat91sam7_rom.S @@ -70,12 +70,11 @@ * */ -#include "hw/hw_cpu.h" #include #include "cfg/cfg_arch.h" -#if CLOCK_FREQ != 48023000L +#if CPU_FREQ != 48023000L /* Avoid errors on nightly test */ #if !defined(ARCH_NIGHTTEST) || !(ARCH & ARCH_NIGHTTEST) #error Clock registers set for 48MHz operation, revise following code if you want a different clock.