test printfs ...
FossilOrigin-Name: e711ef67c30d468b4223fc3124b22768c5693c219845358090f64d7e67f77918
This commit is contained in:
parent
cc125dc366
commit
24361c3d92
@ -130,6 +130,8 @@ int ac_run()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
get_acinfo();
|
||||||
|
|
||||||
|
|
||||||
while(1){
|
while(1){
|
||||||
|
|
||||||
@ -223,6 +225,9 @@ void process_cw_ctrl_packet(int index,struct sockaddr * addr, uint8_t * buffer,
|
|||||||
|
|
||||||
wtpman_start(wtpman,preamble & 0xf);
|
wtpman_start(wtpman,preamble & 0xf);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
printf("WTPMAN is already there\n");
|
||||||
|
|
||||||
|
|
||||||
wtpman_addpacket(wtpman,buffer,len);
|
wtpman_addpacket(wtpman,buffer,len);
|
||||||
wtplist_unlock();
|
wtplist_unlock();
|
||||||
|
Loading…
Reference in New Issue
Block a user