FreeCalypso > hg > fc-magnetite
changeset 242:a6360ee05c47
armio.c: enable MCSI pin multiplexing on FCDEV3B
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 02 May 2017 03:59:36 +0000 |
parents | 63c12cba5ed5 |
children | 619febca2803 |
files | src/cs/drivers/drv_core/armio/armio.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/drivers/drv_core/armio/armio.c Tue May 02 02:53:36 2017 +0000 +++ b/src/cs/drivers/drv_core/armio/armio.c Tue May 02 03:59:36 2017 +0000 @@ -185,7 +185,11 @@ /* Bits 5,6,7,8 are used to output I/O 9,10,11,12 or MCSI pins */ /* If Bluetooth, IO should be disabled, outputting MCSI used for Bluetooth voice */ - #if defined(BTEMOBILE) || defined(CONFIG_TARGET_PIRELLI) + /* + * FreeCalypso change: we don't have BT, our new criterion is + * whether or not a given board is wired for MCSI. + */ + #if defined(CONFIG_TARGET_FCDEV3B) || defined(CONFIG_TARGET_PIRELLI) AI_DisableBit(5); AI_DisableBit(6); AI_DisableBit(7);