From 66f5187ad2dc8cbaeb196c4987e1f6b073425915 Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 10 Apr 2009 19:37:10 +0000 Subject: [PATCH] Use newer instead of new to avoid gcc complaining about poisoned token. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2492 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/hw/hw_cpufreq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/hw/hw_cpufreq.h b/bertos/hw/hw_cpufreq.h index 5cb01f4d..bd1581bd 100644 --- a/bertos/hw/hw_cpufreq.h +++ b/bertos/hw/hw_cpufreq.h @@ -41,7 +41,7 @@ #define HW_CPUFREQ_H #ifndef CPU_FREQ - #warning CPU_FREQ is not defined, you should upgrade to the new clock frequency defining method. + #warning CPU_FREQ is not defined, you should upgrade to the newer clock frequency defining method. /* * This is DEPRECATED file, it will be removed in the next major release. -- 2.25.1