X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fmcp41.c;h=ede899f7f4ba75222b5838b22d25224c143301cc;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=12c566f5b2e71236db578032fcda8924ab70c435;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/mcp41.c b/bertos/drv/mcp41.c index 12c566f5..ede899f7 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,18 @@ * \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. + +#if 0 static Serial *spi_ser; /** @@ -79,3 +81,5 @@ void mcp41_init(Serial *spi_port) spi_ser = spi_port; } + +#endif