Attempt to fix a bug related to BeRTOS upgrade in Wizard
[bertos.git] / bertos / drv / adc.h
index c3987279dac9982973bfd762defc7cbfa581275d..d30f72ca7874ce5fa16e8f1b5f5c44b6ee95c9d6 100644 (file)
  *
  * \version $Id$
  *
- * \brief ADC driver (interface)
+ * \brief Analog to Digital Converter driver (ADC).
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "adc",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_adc.h"
- * }
+ * $WIZ$ module_name = "adc"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168 and not atmega8"
  */