FreeCalypso > hg > tcs211-l1-reconst
changeset 14:91fb52ecb228
ati_src_rvt.c: set ATI_CMD_MODE to make SMS notifications work
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 06 Sep 2015 00:49:47 +0000 |
parents | 3e89489a43b3 |
children | 6814a6bced4f |
files | g23m/condat/ms/src/aci/ati_src_rvt.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/g23m/condat/ms/src/aci/ati_src_rvt.c Sat Jun 06 21:39:03 2015 +0000 +++ b/g23m/condat/ms/src/aci/ati_src_rvt.c Sun Sep 06 00:49:47 2015 +0000 @@ -185,4 +185,5 @@ rvt_src_id = ati_init (ATI_SRC_TYPE_TST, ati_src_rvt_result_cb, ati_src_rvt_line_state_cb); + ati_switch_mode(rvt_src_id, ATI_CMD_MODE); }