Skip to content

Commit

Permalink
[nrf fromlist] drivers: nrf_wifi: Remove hardcoded prints
Browse files Browse the repository at this point in the history
The GPIOs will vary depending on the platform.

Upstream PR #: 83173

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and jukkar committed Dec 19, 2024
1 parent ecc4804 commit 98c3460
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/wifi/nrf_wifi/src/coex.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,8 @@ int nrf_wifi_config_sr_switch(bool separate_antennas)

if (separate_antennas) {
gpio_pin_set_dt(&sr_rf_switch_spec, 0x0);
LOG_INF("GPIO P1.10 set to 0");
} else {
gpio_pin_set_dt(&sr_rf_switch_spec, 0x1);
LOG_INF("GPIO P1.10 set to 1");
}

return 0;
Expand Down

0 comments on commit 98c3460

Please sign in to comment.