X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fmcp41.c;h=ede899f7f4ba75222b5838b22d25224c143301cc;hb=618b81fe6469c2fe2196ccc695ca41ee327220c2;hp=62b96fd7c2e72e2bdb5703a698b26277f9199cfc;hpb=0fbabc305e65dfc5538cfcae10c04f6be9daf657;p=bertos.git diff --git a/bertos/drv/mcp41.c b/bertos/drv/mcp41.c index 62b96fd7..ede899f7 100644 --- a/bertos/drv/mcp41.c +++ b/bertos/drv/mcp41.c @@ -36,7 +36,7 @@ * \author Francesco Sacchi */ -#include "hw_mcp41.h" +#include "hw/hw_mcp41.h" #include #include @@ -47,6 +47,7 @@ #warning FIXME:This implementation is obsolete. Refactor with KFile interface. +#if 0 static Serial *spi_ser; /** @@ -80,3 +81,5 @@ void mcp41_init(Serial *spi_port) spi_ser = spi_port; } + +#endif