drivers: gpio: fix build of BD8LB600FS on intel_adl_crb
Fix the build of the gpio driver BD8LB600FS on the board intel_adl_crb. Fixes #68219. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
bef0dc065f
commit
5a2359332f
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ static int write_state(const struct device *dev, uint32_t state)
|
|||
}
|
||||
}
|
||||
|
||||
LOG_DBG("%s: configuration for instance %i: %04X (position %i)",
|
||||
LOG_DBG("%s: configuration for instance %zu: %04X (position %i)",
|
||||
dev->name,
|
||||
j,
|
||||
state_converted,
|
||||
|
|
|
|||
Loading…
Reference in a new issue