1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

Delete some prints

This commit is contained in:
Mimmo La Fauci
2012-02-10 01:00:11 +01:00
parent 260746a612
commit bfe9387538
4 changed files with 4124 additions and 4122 deletions

View File

@ -551,10 +551,6 @@ void ard_tcp_stop(void* ttcp) {
DUMP_TCP_STATE(_ttcp);
if ((_ttcp)&&(_ttcp->tpcb)&&(_ttcp->tpcb->state!=LAST_ACK)&&(_ttcp->tpcb->state!=CLOSED))
close_conn(_ttcp);
// else
// printk("Skip");
asm("nop");
}
uint8_t getStateTcp(void* p, bool client) {