X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fpwm.h;h=87ec1b4d492efd06baf92c671dc8755bcb35f812;hb=32d1445272120a254d77ce8d1af1f527da7a2c17;hp=7db37d3831bfa38aa63560bf171c175275a04710;hpb=bae5f0574f74fc550918f9afafdfcbe4c08658d8;p=bertos.git diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index 7db37d38..87ec1b4d 100644 --- a/bertos/drv/pwm.h +++ b/bertos/drv/pwm.h @@ -84,8 +84,10 @@ void pwm_init(void); * * See pwm_test.c for implemntation of these functions. */ -int pwm_testRun(void); -int pwm_testSetUp(void); +void pwm_testRun(void); +int pwm_testSetup(void); +/* For backward compatibility */ +#define pwm_testSetUp() pwm_testSetup() int pwm_testTearDown(void); #endif /* DRV_PWM_H */