X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Flpc-p2378%2Fhw%2Fhw_ntc.c;h=2509239df68491faf120bb637112751912a75eb5;hb=5258513c3d336b9c60b20871080643026c1f82fe;hp=d279dbe2285a0d33c1ad9cf614200f64b2109141;hpb=b46f64914c62fbb0297728280478681659469654;p=bertos.git diff --git a/boards/lpc-p2378/hw/hw_ntc.c b/boards/lpc-p2378/hw/hw_ntc.c index d279dbe2..2509239d 100644 --- a/boards/lpc-p2378/hw/hw_ntc.c +++ b/boards/lpc-p2378/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];