Use newer instead of new to avoid gcc complaining about poisoned token.
[bertos.git] / bertos / hw / hw_cpufreq.h
index 5cb01f4dcff1a5b319fb536fd3f722c85d22fa2f..bd1581bd49dc006c638554d9ce6ecc5e0f50aea5 100644 (file)
@@ -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.