X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fpwm_hwtest.c;h=13cf8f8911512a34ef056eea0b89e9577530cb73;hb=1c11ac0ab0636d07db3899b02c5d89e2d0b020bc;hp=12a941ddb4377fbc025595853affc4001969da33;hpb=e423e63cade618baf616a79b99aaab5de74ec76e;p=bertos.git diff --git a/bertos/drv/pwm_hwtest.c b/bertos/drv/pwm_hwtest.c index 12a941dd..13cf8f89 100644 --- a/bertos/drv/pwm_hwtest.c +++ b/bertos/drv/pwm_hwtest.c @@ -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 */ @@ -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) */