X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_cpufreq.h;h=7bbca4c5d0a1118ad136318d7c6e26e30f8219dc;hb=121f4d98bd4d74629809697ab66001ebcbac76ce;hp=5cb01f4dcff1a5b319fb536fd3f722c85d22fa2f;hpb=8dabf14299bc6b3b9fc0b4dfdeba91af82aba46c;p=bertos.git diff --git a/bertos/hw/hw_cpufreq.h b/bertos/hw/hw_cpufreq.h index 5cb01f4d..7bbca4c5 100644 --- a/bertos/hw/hw_cpufreq.h +++ b/bertos/hw/hw_cpufreq.h @@ -32,7 +32,6 @@ * * \brief Hardware-specific definitions * - * \version $Id$ * * \author Francesco Sacchi */ @@ -41,10 +40,10 @@ #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. + * This file is DEPRECATED, it will be removed in the next major release. * We have set up a new cpu frequency definition method. * The new macro CPU_FREQ should be defined as a compiler flag in the * makefile instead of the old CLOCK_FREQ macro. With new projects you should only