soc: st: stm32: fix spelling of "corresponding"
s/correspending/corresponding/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
abb2333187
commit
703313aa54
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ int stm32_pwr_wkup_pin_cfg_gpio(const struct gpio_dt_spec *gpio)
|
|||
}
|
||||
|
||||
if (!found_gpio) {
|
||||
LOG_DBG("Couldn't find a wake-up event correspending to GPIO %s pin %d\n",
|
||||
LOG_DBG("Couldn't find a wake-up event corresponding to GPIO %s pin %d\n",
|
||||
gpio->port->name, gpio->pin);
|
||||
LOG_DBG("=> It cannot be used as a wake-up source\n");
|
||||
return -EINVAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue