[stm32][pwm] fix warning in Keil5
This commit is contained in:
parent
2b5bff15b0
commit
6ee7197587
|
@ -418,7 +418,6 @@ int pwm_list(int argc, char **argv)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
goto _usage;
|
goto _usage;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue