Skip to content

Commit cefc745

Browse files
committed
PSOC6: do not reconfigure BT GPIO pins in CYW43XXX HCIDriver
1 parent c97f742 commit cefc745

File tree

1 file changed

+2
-3
lines changed
  • features/FEATURE_BLE/targets/TARGET_Cypress/TARGET_CYW43XXX

1 file changed

+2
-3
lines changed

features/FEATURE_BLE/targets/TARGET_Cypress/TARGET_CYW43XXX/HCIDriver.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,10 @@ class HCIDriver : public cordio::CordioHCIDriver {
7575

7676
virtual void do_initialize()
7777
{
78-
79-
Cy_GPIO_Clr(BT_DEVICE_WAKE_PORT, BT_DEVICE_WAKE_PIN);
78+
bt_device_wake = 0;
8079
wait_ms(500);
8180

82-
Cy_GPIO_Set(BT_POWER_PORT, BT_POWER_PIN);
81+
bt_power = 1;
8382
wait_ms(500);
8483
}
8584

0 commit comments

Comments
 (0)