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.
1 parent 09f715c commit 4619f92Copy full SHA for 4619f92
targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01/cybsp_types.h
@@ -127,10 +127,10 @@ extern "C" {
127
128
/** Pin: BT Power */
129
#define CYBSP_BT_POWER (P3_4)
130
-/** Pin: BT Host Wakeup */
131
-#define CYBSP_BT_HOST_WAKE (P3_5)
132
/** Pin: BT Device Wakeup */
133
-#define CYBSP_BT_DEVICE_WAKE (P4_0)
+#define CYBSP_BT_DEVICE_WAKE (P3_5)
+/** Pin: BT Host Wakeup */
+#define CYBSP_BT_HOST_WAKE (P4_0)
134
135
/** Pin: UART RX */
136
#define CYBSP_DEBUG_UART_RX (P13_0)
0 commit comments