From bddc36290f6e644d146726deba833d484f846790 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Fri, 22 Oct 2010 09:05:07 +0000 Subject: [PATCH 1/1] Remove unneeded doxygen tags. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4444 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/pwm.h | 2 +- bertos/drv/pwm_hwtest.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index 60ae6e92..db00b62a 100644 --- a/bertos/drv/pwm.h +++ b/bertos/drv/pwm.h @@ -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. diff --git a/bertos/drv/pwm_hwtest.c b/bertos/drv/pwm_hwtest.c index d7410f94..13cf8f89 100644 --- a/bertos/drv/pwm_hwtest.c +++ b/bertos/drv/pwm_hwtest.c @@ -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) */ -- 2.25.1