We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c5144 commit 56539d8Copy full SHA for 56539d8
drivers/bluetooth/hci/hci_da1453x.c
@@ -41,7 +41,7 @@ int bt_hci_transport_setup(const struct device *h4)
41
k_sleep(K_MSEC(DT_INST_PROP_OR(0, reset_assert_duration_ms, 0)));
42
43
/* Release the DA1453x from reset */
44
- err = gpio_pin_set_dt(&bt_reset, 0);
+ err = gpio_pin_configure_dt(&bt_reset, GPIO_OUTPUT_INACTIVE);
45
if (err) {
46
return err;
47
}
0 commit comments