coccinelle: Remove extra semicolon
coccicheck --mode=patch --cocci=semicolon.cocci Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
ce88bd9fe6
commit
9fd4ea91b7
39 changed files with 52 additions and 52 deletions
|
@ -237,7 +237,7 @@ static int pwm_nrfx_pin_set(const struct device *dev, uint32_t pwm,
|
|||
* sequence.
|
||||
*/
|
||||
while (!nrfx_pwm_is_stopped(&config->pwm)) {
|
||||
};
|
||||
}
|
||||
nrfx_pwm_simple_playback(&config->pwm,
|
||||
&config->seq,
|
||||
1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue