Camelcase the testSetUp functions.
[bertos.git] / bertos / drv / pwm_test.c
index 81d38f89938c8f9e59139969730715c5f86bf954..beb765e5035e0394aa02dac5d245c3f9da9f4c7e 100644 (file)
@@ -119,7 +119,7 @@ static PwmTest pwm_test_cfg[PWM_CNT] =
  * Setup all needed to test PWM on AT91
  *
  */
-int pwm_testSetup(void)
+int pwm_testSetUp(void)
 {
        LOG_INFO("Init pwm..");
        pwm_init();
@@ -138,7 +138,7 @@ int pwm_testRun(void)
         int duty = 0;
         int delay = 0;
 
-        pwm_testSetup();
+        pwm_testSetUp();
 
         LOG_INFO("\n\n===== BeRTOS PWM test =====\n\n");