X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_ntc.h;h=0f6743adcefa84fc9a880837bb87aaaf9d2550fb;hb=39e610b96cb8dfc444c213c97e7076e40cc1d52b;hp=ffab815d1251febe85939e008a917072f17c3926;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_ntc.h b/bertos/hw/hw_ntc.h index ffab815d..0f6743ad 100644 --- a/bertos/hw/hw_ntc.h +++ b/bertos/hw/hw_ntc.h @@ -32,7 +32,6 @@ * * \brief NTC hardware-specific definition * - * \version $Id$ * \author Francesco Sacchi * * A NTC acts as a variable resistor, whose resistance changes as a @@ -98,7 +97,7 @@ #include #include -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! extern const res_t NTC_RSER[NTC_CNT]; extern const res_t NTC_RPAR[NTC_CNT];