Camelcase the testSetUp functions.
[bertos.git] / bertos / drv / pwm.h
index db9b3a2cae7c2e6137e8a6f05056e33db8d1561c..1f5facf1e760fc6f914c0060a0e05f078fed34c6 100644 (file)
@@ -77,7 +77,7 @@ void pwm_init(void);
  * See pwm_test.c for implemntation of these functions.
  */
 int pwm_testRun(void);
-int pwm_testSetup(void);
+int pwm_testSetUp(void);
 int pwm_testTearDown(void);
 
 #endif /* DRV_PWM_H */