X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fadc.h;h=b1e587ed3e8fb9de000a8bb569d9d27b0d662d00;hb=753d17c6975a0edd44fd771f1af01d95a61d292a;hp=6a36683d65202a2ea339d310ba2b2a54dd771ddc;hpb=bcf38f772b397e7a8ba781a69aacb9380e54b32a;p=bertos.git diff --git a/drv/adc.h b/drv/adc.h old mode 100755 new mode 100644 index 6a36683d..b1e587ed --- a/drv/adc.h +++ b/drv/adc.h @@ -1,8 +1,33 @@ /** * \file * * * \version $Id$ @@ -15,6 +40,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. *#* @@ -30,12 +58,12 @@ #include #include -/**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 */