Skip to content

Commit 158e450

Browse files
authored
[peripherals/Servo_sg90] modify the limit of channel (#1863)
1 parent 54e6d15 commit 158e450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peripherals/Servo_sg90/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if PKG_USING_SERVO
2323
default "pwm2"
2424
config PKG_USING_PWM_DEV_CHANNEL
2525
int "the channel of PKG_USING_PWM_DEV_NAME"
26-
range 1 10
26+
range 0 10
2727
default 1
2828
config PKG_USING_MAX_ANGLE
2929
int "the max pulse ns"

0 commit comments

Comments
 (0)