Update benchmark projects.
[bertos.git] / bertos / drv / tc520.c
index 615a94e08f3c88c818b26b75a394f9cc857493ad..2dcd493ab3f0e5b0d847f5d52879e797b72ccfc8 100644 (file)
  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
  * -->
  *
- * \version $Id$
  *
  * \brief TC520 ADC driver (implementation)
  *
- * \version $Id$
+ *
  * \author Francesco Sacchi <batt@develer.com>
  * \author Marco Benelli <marco@develer.com>
  */
 
-#include <drv/tc520.h>
-#include <drv/timer.h>
 
-#include <hw_tc520.h>
+#include "hw/hw_tc520.h"
 
 #include <cfg/macros.h>
 #include <cfg/compiler.h>
 
+#include <drv/tc520.h>
+#include <drv/timer.h>
+
+#warning FIXME:This implementation is obsolete. Refactor with KFile interface.
+
+#if 0
+
 #include <drv/ser.h>
 
 static Serial *spi_ser;
@@ -160,3 +164,5 @@ void tc520_init(Serial *spi_port)
        ser_drain(spi_ser);
        LOAD_HIGH();
 }
+
+#endif