I2c led
[apps/native/gear-racing-car.git] / src / resource / resource_servo_motor.c
index e16df2e..891a829 100644 (file)
@@ -26,7 +26,7 @@ static int servo_motor_index[SERVO_MOTOR_MAX + 1] = {0, };
 static int resource_servo_motor_init(unsigned int ch)
 {
        int ret = 0;
-       ret = resource_pca9685_init(ch);
+       ret = resource_pca9685_init(ch, 60);
        if (ret) {
                _E("failed to init PCA9685 with ch[%u]", ch);
                return -1;