FreeCalypso > hg > tcs211-l1-reconst
comparison g23m/condat/ms/src/aci/ati_src_rvt.c @ 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 | 34779e224b32 |
children |
comparison
equal
deleted
inserted
replaced
13:3e89489a43b3 | 14:91fb52ecb228 |
---|---|
183 { | 183 { |
184 rvt_register_id ("AT", &rvt_user_id, ati_src_rvt_input_callback); | 184 rvt_register_id ("AT", &rvt_user_id, ati_src_rvt_input_callback); |
185 rvt_src_id = ati_init (ATI_SRC_TYPE_TST, | 185 rvt_src_id = ati_init (ATI_SRC_TYPE_TST, |
186 ati_src_rvt_result_cb, | 186 ati_src_rvt_result_cb, |
187 ati_src_rvt_line_state_cb); | 187 ati_src_rvt_line_state_cb); |
188 ati_switch_mode(rvt_src_id, ATI_CMD_MODE); | |
188 } | 189 } |