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.
2 parents e666848 + dbedc86 commit 0f5c3f0Copy full SHA for 0f5c3f0
features/FEATURE_BLE/targets/TARGET_Cypress/COMPONENT_CYW43XXX/CyH4TransportDriver.h
@@ -117,10 +117,6 @@ class CyH4TransportDriver : public cordio::CordioHCITransportDriver {
117
#define WAKE_EVENT_ACTIVE_HIGH ( 1 ) /* Interrupt Rising Edge */
118
#define WAKE_EVENT_ACTIVE_LOW ( 0 ) /* Interrupt Falling Edge */
119
120
-#if (defined(TARGET_CY8CPROTO_062_4343W))
121
-#define BT_UART_NO_3M_SUPPORT ( 1 )
122
-#endif
123
-
124
ble::vendor::cypress_ble::CyH4TransportDriver& ble_cordio_get_default_h4_transport_driver();
125
ble::vendor::cypress_ble::CyH4TransportDriver& ble_cordio_get_h4_transport_driver();
126
#endif
0 commit comments