Remove unneeded doxygen tags.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 22 Oct 2010 09:05:07 +0000 (09:05 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 22 Oct 2010 09:05:07 +0000 (09:05 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4444 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/pwm.h
bertos/drv/pwm_hwtest.c

index 60ae6e922e4bfee52c7d7e6304f0acb9c39262b6..db00b62a293ebd35baa419944f9595b93c212a82 100644 (file)
@@ -78,7 +78,7 @@ void pwm_setPolarity(PwmDev dev, bool pol);
 void pwm_enable(PwmDev dev, bool state);
 void pwm_init(void);
 
-/**
+/*
  * Test function prototypes.
  *
  * See pwm_test.c for implemntation of these functions.
index d7410f94bf5b25e9c2cef6034143ba9bef41d444..13cf8f8911512a34ef056eea0b89e9577530cb73 100644 (file)
@@ -77,7 +77,7 @@
 #define PWM_DUTY_INC   200  // Incremental value for duty
 
 
-/**
+/*
  * Simple struct to store
  * the testing value.
  */
@@ -113,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
  *
  */
@@ -127,7 +127,7 @@ int pwm_testSetup(void)
 }
 
 
-/**
+/*
  * Test suit for genation of pwm waveform.
  *
  */
@@ -204,7 +204,7 @@ void NORETURN pwm_testRun(void)
         }
 }
 
-/**
+/*
  * End a PWM Test.
  * (Unused)
  */