Rename myself
[bertos.git] / bertos / drv / mcp41.c
index 62b96fd7c2e72e2bdb5703a698b26277f9199cfc..ede899f7f4ba75222b5838b22d25224c143301cc 100644 (file)
@@ -36,7 +36,7 @@
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-#include "hw_mcp41.h"
+#include "hw/hw_mcp41.h"
 
 #include <cfg/macros.h>
 #include <cfg/compiler.h>
@@ -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