From: batt Date: Fri, 10 Apr 2009 19:37:10 +0000 (+0000) Subject: Use newer instead of new to avoid gcc complaining about poisoned token. X-Git-Tag: 2.1.0~190 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=66f5187ad2dc8cbaeb196c4987e1f6b073425915;p=bertos.git 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 --- 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.