Add header flash module.
[bertos.git] / bertos / cpu / arm / drv / adc_at91.c
index fadaa4bebeec70a37fba9506af604ec1f05a3ecb..66d0bde9c2335c66417e1d6b25d888c2171ede8e 100644 (file)
@@ -40,7 +40,6 @@
  * whit a loop the finishing of conversion.
  *
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
@@ -184,6 +183,7 @@ void adc_hw_init(void)
        #endif
        /* \} */
 
+       LOG_INFO("Computed ADC_CLOCK %ld\n", ADC_COMPUTED_CLOCK);
        LOG_INFO("prescaler[%ld], stup[%ld], shtim[%ld]\n",ADC_COMPUTED_PRESCALER, ADC_COMPUTED_STARTUPTIME,  ADC_COMPUTED_SHTIME);