X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lpc-p2378%2Fhw%2Fhw_ntc.c;fp=boards%2Fek-lpc-p2378%2Fhw%2Fhw_ntc.c;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=b8c569145c8ef251a906bade7e1b834827ac3357;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/hw/hw_ntc.c b/boards/ek-lpc-p2378/hw/hw_ntc.c deleted file mode 100644 index b8c56914..00000000 --- a/boards/ek-lpc-p2378/hw/hw_ntc.c +++ /dev/null @@ -1,46 +0,0 @@ -/** - * \file - * - * - * \brief NTC hardware-specific definition - * - * \version $Id: hw_ntc.h 1359 2008-05-26 09:42:37Z asterix $ - * \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];