|
@ -47,12 +47,14 @@ void L3_task_a9_rcv_handle(TS_Handle_PH3 *p) |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
U8 array[D_s_SSTR_0D0A_len+1]; |
|
|
|
|
|
|
|
|
void L3_UARTcom4_exp_protocol(TS_Handle_0d0a *p) |
|
|
void L3_UARTcom4_exp_protocol(TS_Handle_0d0a *p) |
|
|
{ |
|
|
{ |
|
|
if (1 == p->ok ) |
|
|
if (1 == p->ok ) |
|
|
{ |
|
|
{ |
|
|
#if 1 |
|
|
#if 1 |
|
|
U8 array[D_s_SSTR_0D0A_len+1]; |
|
|
|
|
|
U8 num = p->buf[0]; |
|
|
U8 num = p->buf[0]; |
|
|
byte_copy_uc(array,p->buf+1,num); |
|
|
byte_copy_uc(array,p->buf+1,num); |
|
|
|
|
|
|
|
|