X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fmcp41.c;h=ede899f7f4ba75222b5838b22d25224c143301cc;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=6b06ba12e74f4555576e48e751a65c969a045519;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/drv/mcp41.c b/bertos/drv/mcp41.c index 6b06ba12..ede899f7 100644 --- a/bertos/drv/mcp41.c +++ b/bertos/drv/mcp41.c @@ -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