X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_ntc.c;h=2509239df68491faf120bb637112751912a75eb5;hb=121f4d98bd4d74629809697ab66001ebcbac76ce;hp=d279dbe2285a0d33c1ad9cf614200f64b2109141;hpb=b46f64914c62fbb0297728280478681659469654;p=bertos.git diff --git a/bertos/hw/hw_ntc.c b/bertos/hw/hw_ntc.c index d279dbe2..2509239d 100644 --- a/bertos/hw/hw_ntc.c +++ b/bertos/hw/hw_ntc.c @@ -1,45 +1,45 @@ -/** - * \file - * - * - * \brief NTC hardware-specific definition - * - * \author Lorenzo Berni - * - */ - -#include -#include "hw/ntc_map.h" - -const res_t NTC_RSER[NTC_CNT]; -const res_t NTC_RPAR[NTC_CNT]; -const amp_t NTC_AMP[NTC_CNT]; -const NtcHwInfo* NTC_INFO[NTC_CNT]; +/** + * \file + * + * + * \brief NTC hardware-specific definition + * + * \author Lorenzo Berni + * + */ + +#include +#include "hw/ntc_map.h" + +const res_t NTC_RSER[NTC_CNT]; +const res_t NTC_RPAR[NTC_CNT]; +const amp_t NTC_AMP[NTC_CNT]; +const NtcHwInfo* NTC_INFO[NTC_CNT];