Skip to content

Commit

Permalink
Fix swapped pins for CYW943012P6EVB-01 in cybsp_types
Browse files Browse the repository at this point in the history
Fix the issue as 09f715c in
cybsp_types.h as well.
  • Loading branch information
Kyle Kearney committed Oct 9, 2019
1 parent 09f715c commit 4619f92
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ extern "C" {

/** Pin: BT Power */
#define CYBSP_BT_POWER (P3_4)
/** Pin: BT Host Wakeup */
#define CYBSP_BT_HOST_WAKE (P3_5)
/** Pin: BT Device Wakeup */
#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)

/** Pin: UART RX */
#define CYBSP_DEBUG_UART_RX (P13_0)
Expand Down

0 comments on commit 4619f92

Please sign in to comment.