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 41664eb commit 9cd933eCopy full SHA for 9cd933e
modules/nrf_wifi/bus/rpu_hw_if.c
@@ -260,15 +260,15 @@ static int rpu_pwroff(void)
260
{
261
int ret;
262
263
- ret = gpio_pin_set_dt(&bucken_spec, 0); /* BUCKEN = 0 */
+ ret = gpio_pin_set_dt(&iovdd_ctrl_spec, 0); /* IOVDD CNTRL = 0 */
264
if (ret) {
265
- LOG_ERR("BUCKEN GPIO set failed...");
+ LOG_ERR("IOVDD GPIO set failed...");
266
return ret;
267
}
268
269
- ret = gpio_pin_set_dt(&iovdd_ctrl_spec, 0); /* IOVDD CNTRL = 0 */
+ ret = gpio_pin_set_dt(&bucken_spec, 0); /* BUCKEN = 0 */
270
271
- LOG_ERR("IOVDD GPIO set failed...");
+ LOG_ERR("BUCKEN GPIO set failed...");
272
273
274
0 commit comments