Remove kdevelop project file added by mistake.
[bertos.git] / drv / adc.h
old mode 100755 (executable)
new mode 100644 (file)
index 6a36683..a24c28f
--- a/drv/adc.h
+++ b/drv/adc.h
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2006/09/20 17:32:46  marco
+ *#* Use MOD_* macros instead of DB.
+ *#*
  *#* Revision 1.2  2006/07/19 12:56:25  bernie
  *#* Convert to new Doxygen style.
  *#*
 #include <cfg/compiler.h>
 #include <cfg/debug.h>
 
-/**Type for ADC return value. */
+/** Type for ADC return value. */
 typedef uint16_t adcread_t;
 
 #define adc_bits() ADC_BITS
 
 adcread_t adc_read(uint16_t ch);
 void adc_init(void);
-DB(extern bool adc_initialized;)
+
 #endif /* DRV_ADC_H */