all: Update unsigend 'U' suffix due to multiplication
As the multiplication rule is updated, new unsigned suffixes are added in the code. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
parent
2fb87b9dd2
commit
21358baa72
60 changed files with 107 additions and 106 deletions
|
@ -151,7 +151,7 @@ static int mimxrt1020_evk_init(struct device *dev)
|
|||
static int mimxrt1020_evk_phy_reset(struct device *dev)
|
||||
{
|
||||
/* RESET PHY chip. */
|
||||
k_busy_wait(10*USEC_PER_MSEC);
|
||||
k_busy_wait(USEC_PER_MSEC * 10U);
|
||||
GPIO_WritePinOutput(GPIO1, 4, 1);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue