X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.c;h=cc74e306250867d74631b9034085971b1e879973;hb=42e61240ce8a55e92fe0942fecbee3abe371c507;hp=2469c88f00ac61514814a8ecdf250d32fa463733;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/ntc.c b/bertos/drv/ntc.c index 2469c88f..cc74e306 100644 --- a/bertos/drv/ntc.c +++ b/bertos/drv/ntc.c @@ -43,24 +43,13 @@ * */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/11/04 17:59:47 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.1 2005/05/24 09:17:58 batt - *#* Move drivers to top-level. - *#*/ - -#include -#include -#include +#include "hw/hw_ntc.h" +#include "hw/ntc_map.h" #include +#include + DB(bool ntc_initialized;) /**