mirror of https://github.com/ARMmbed/mbed-os.git
Fix swapped pins for CYW943012P6EVB-01 in cybsp_types
Fix the issue as 09f715c96e
in
cybsp_types.h as well.
pull/11894/head
parent
0bc3d7ca33
commit
87e138fe3c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue