test printfs ...

FossilOrigin-Name: e711ef67c30d468b4223fc3124b22768c5693c219845358090f64d7e67f77918
This commit is contained in:
7u83@mail.ru 2014-07-28 05:07:43 +00:00
parent cc125dc366
commit 24361c3d92
1 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,8 @@ int ac_run()
get_acinfo();
while(1){
@ -223,6 +225,9 @@ void process_cw_ctrl_packet(int index,struct sockaddr * addr, uint8_t * buffer,
wtpman_start(wtpman,preamble & 0xf);
}
else
printf("WTPMAN is already there\n");
wtpman_addpacket(wtpman,buffer,len);
wtplist_unlock();