We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb2333 commit 703313aCopy full SHA for 703313a
soc/st/stm32/common/stm32_wkup_pins.c
@@ -275,7 +275,7 @@ int stm32_pwr_wkup_pin_cfg_gpio(const struct gpio_dt_spec *gpio)
275
}
276
277
if (!found_gpio) {
278
- 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",
279
gpio->port->name, gpio->pin);
280
LOG_DBG("=> It cannot be used as a wake-up source\n");
281
return -EINVAL;
0 commit comments