Merge "Correct the FM port numbers for Chk 3.x"

This commit is contained in:
qctecmdr 2020-11-11 11:31:27 -08:00 committed by Gerrit - the friendly Code Review server
commit c715780f33

View file

@ -71,8 +71,8 @@
#define SLAVE_SB_PGD_PORT_TX_SCO 0
#define SLAVE_SB_PGD_PORT_TX1_FM 1
#define SLAVE_SB_PGD_PORT_TX2_FM 2
#define CHRKVER3_SB_PGD_PORT_TX1_FM 4
#define CHRKVER3_SB_PGD_PORT_TX2_FM 5
#define CHRKVER3_SB_PGD_PORT_TX1_FM 5
#define CHRKVER3_SB_PGD_PORT_TX2_FM 4
#define SLAVE_SB_PGD_PORT_RX_SCO 16
#define SLAVE_SB_PGD_PORT_RX_A2P 17