Skip to content

Commit 4619f92

Browse files
author
Kyle Kearney
committed
Fix swapped pins for CYW943012P6EVB-01 in cybsp_types
Fix the issue as 09f715c in cybsp_types.h as well.
1 parent 09f715c commit 4619f92

File tree

1 file changed

+3
-3
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01

1 file changed

+3
-3
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01/cybsp_types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ extern "C" {
127127

128128
/** Pin: BT Power */
129129
#define CYBSP_BT_POWER (P3_4)
130-
/** Pin: BT Host Wakeup */
131-
#define CYBSP_BT_HOST_WAKE (P3_5)
132130
/** Pin: BT Device Wakeup */
133-
#define CYBSP_BT_DEVICE_WAKE (P4_0)
131+
#define CYBSP_BT_DEVICE_WAKE (P3_5)
132+
/** Pin: BT Host Wakeup */
133+
#define CYBSP_BT_HOST_WAKE (P4_0)
134134

135135
/** Pin: UART RX */
136136
#define CYBSP_DEBUG_UART_RX (P13_0)

0 commit comments

Comments
 (0)