Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2934c57 authored by Satish Kodishala's avatar Satish Kodishala Committed by Gerrit - the friendly Code Review server
Browse files

Correct the FM port numbers for Chk 3.x



Correct the FM port numbers for Chk 3.x.
They are currently reversed.

CRs-Fixed: 2801744
Change-Id: Id713e373b5db015830f9dc597525e1cfd5519888
Signed-off-by: default avatarSatish Kodishala <skodisha@codeaurora.org>
parent f30d4dbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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