Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / adc.c
index 7fbf7f2cbb1e51fc7f3840784bb2d5699b5dc3bd..f8a06045fae45b34d010cdcf48ba9aff869a04dd 100644 (file)
  *
  * -->
  *
- * \version $Id$
- *
  * \brief ADC driver (implementation)
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-
 #include <drv/adc.h>
-#include <drv/timer.h>
 
 #include CPU_CSOURCE(adc)