Fix swapped pins for CYW943012P6EVB-01 in cybsp_types

Fix the issue as 09f715c96e in
cybsp_types.h as well.
pull/11894/head
Kyle Kearney 2019-10-09 14:44:39 -07:00 committed by adbridge
parent 0bc3d7ca33
commit 87e138fe3c
1 changed files with 3 additions and 3 deletions

View File

@ -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)