X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fmcp41.c;h=6b06ba12e74f4555576e48e751a65c969a045519;hb=5a14687f54ea3bd92e7a2ba2dfaa5116adf177b6;hp=12c566f5b2e71236db578032fcda8924ab70c435;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/mcp41.c b/bertos/drv/mcp41.c index 12c566f5..6b06ba12 100644 --- a/bertos/drv/mcp41.c +++ b/bertos/drv/mcp41.c @@ -29,7 +29,6 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ * * \brief MCP41xxx digital potentiomenter driver (implementation) * @@ -37,15 +36,17 @@ * \author Francesco Sacchi */ -#include +#include "hw/hw_mcp41.h" #include #include -#include +#include #include #include +#warning FIXME:This implementation is obsolete. Refactor with KFile interface. + static Serial *spi_ser; /**