Skip to content

Commit 1766613

Browse files
committed
[nrf fromlist] drivers: nrf_wifi: Remove hardcoded prints
The GPIOs will vary depending on the platform. Upstream PR #: 83173 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 9f198ff commit 1766613

File tree

1 file changed

+0
-2
lines changed
  • drivers/wifi/nrf_wifi/src

1 file changed

+0
-2
lines changed

drivers/wifi/nrf_wifi/src/coex.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,8 @@ int nrf_wifi_config_sr_switch(bool separate_antennas)
247247

248248
if (separate_antennas) {
249249
gpio_pin_set_dt(&sr_rf_switch_spec, 0x0);
250-
LOG_INF("GPIO P1.10 set to 0");
251250
} else {
252251
gpio_pin_set_dt(&sr_rf_switch_spec, 0x1);
253-
LOG_INF("GPIO P1.10 set to 1");
254252
}
255253

256254
return 0;

0 commit comments

Comments
 (0)