Remove unneeded doxygen tags.
[bertos.git] / bertos / drv / pwm_hwtest.c
index 12a941ddb4377fbc025595853affc4001969da33..13cf8f8911512a34ef056eea0b89e9577530cb73 100644 (file)
@@ -54,7 +54,6 @@
  * Note: To be simple and target independently we not use a timer module,
  * and so the delay is do with a for cycle.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
@@ -78,7 +77,7 @@
 #define PWM_DUTY_INC   200  // Incremental value for duty
 
 
-/**
+/*
  * Simple struct to store
  * the testing value.
  */
@@ -114,7 +113,7 @@ static PwmTest pwm_test_cfg[PWM_CNT] =
         {        3,    false, 100000UL, 0xCCCC }  /*    100KHz, 80% duty */
 };
 
-/**
+/*
  * Setup all needed to test PWM on AT91
  *
  */
@@ -128,7 +127,7 @@ int pwm_testSetup(void)
 }
 
 
-/**
+/*
  * Test suit for genation of pwm waveform.
  *
  */
@@ -205,7 +204,7 @@ void NORETURN pwm_testRun(void)
         }
 }
 
-/**
+/*
  * End a PWM Test.
  * (Unused)
  */