Change error message from error to warning.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 12:45:47 +0000 (12:45 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 12:45:47 +0000 (12:45 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2585 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/hw/crtat91sam7_rom.S

index b435a8cb263c206ac2481aa37f53488de6b44723..c5317847769262965a9e47f833792a5c78937080 100644 (file)
@@ -77,7 +77,7 @@
 #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.
+               #warning Clock registers set for 48.023MHz operation, revise following code if you want a different clock.
        #endif
 #endif