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 e8548e6 commit 7a6c7eaCopy full SHA for 7a6c7ea
drivers/serial/uart_nrfx_uarte.c
@@ -2392,7 +2392,6 @@ static void uarte_pm_resume(const struct device *dev)
2392
const struct uarte_nrfx_config *cfg = dev->config;
2393
2394
if (IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME) || !LOW_POWER_ENABLED(cfg)) {
2395
- (void)pinctrl_apply_state(cfg->pcfg, PINCTRL_STATE_DEFAULT);
2396
uarte_periph_enable(dev);
2397
}
2398
0 commit comments