Merge branch "preempt" in "trunk".
[bertos.git] / bertos / drv / pwm.h
index 7db37d3831bfa38aa63560bf171c175275a04710..87ec1b4d492efd06baf92c671dc8755bcb35f812 100644 (file)
@@ -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 */