coccinelle: standardize k_sleep calls with integer timeouts
Re-run with updated script to convert integer literal delay arguments to k_sleep to use the standard timeout macros. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
f0c0b3b5dc
commit
6e5db350b2
130 changed files with 229 additions and 229 deletions
|
@ -140,7 +140,7 @@ static int i2s_stm32_set_clock(struct device *dev, u32_t bit_clk_freq)
|
|||
}
|
||||
|
||||
/* wait 1 ms */
|
||||
k_sleep(1);
|
||||
k_sleep(K_MSEC(1));
|
||||
}
|
||||
LOG_DBG("PLLI2S is locked");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue