comparison rvinterf/asyncshell/pktsort.c @ 879:4661b84260a0

fc-shell: AT-over-RVTMUX command sending implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 00:19:28 +0000
parents 5e46679bdb6a
children 820d34f3f3d7
comparison
equal deleted inserted replaced
878:89c70b89dca5 879:4661b84260a0
52 response_from_ati() 52 response_from_ati()
53 { 53 {
54 char buf[MAX_PKT_FROM_TARGET*4+2]; 54 char buf[MAX_PKT_FROM_TARGET*4+2];
55 55
56 strcpy(buf, "ATI: "); 56 strcpy(buf, "ATI: ");
57 safe_print_trace(rvi_msg + 2, rvi_msg_len - 2, buf); 57 safe_print_trace(rvi_msg + 2, rvi_msg_len - 2, buf + 5);
58 async_msg_output(buf); 58 async_msg_output(buf);
59 } 59 }
60 60
61 void 61 void
62 process_pkt_from_target() 62 process_pkt_from_target()