FreeCalypso > hg > fc-magnetite
diff components/aciext-tcs3 @ 477:f65a4399093d
hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 14 Jun 2018 03:04:53 +0000 |
parents | 825d15577a21 |
children | ad7f986afae3 |
line wrap: on
line diff
--- a/components/aciext-tcs3 Fri Mar 30 15:40:40 2018 +0000 +++ b/components/aciext-tcs3 Thu Jun 14 03:04:53 2018 +0000 @@ -59,6 +59,12 @@ CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" CPPFLAGS="$CPPFLAGS -DDTI2" +# FreeCalypso additions to make the TCS3.2 version +# behave more like TCS211 + +CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" +CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" + # Includes CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"