Mark as FIXME.
[bertos.git] / bertos / drv / mcp41.c
index 6b06ba12e74f4555576e48e751a65c969a045519..ede899f7f4ba75222b5838b22d25224c143301cc 100644 (file)
@@ -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