| 586 | } |
| 587 | |
| 588 | err_t tcpSent(void *arg, struct tcp_pcb *pcb, u16_t len) |
| 589 | { |
| 590 | tcpTrigger((TCP)arg, kTCPWritable); |
| 591 | return ERR_OK; |
| 592 | } |
| 593 | |
| 594 | void tcpTrigger(TCP tcp, uint8_t trigger) |
| 595 | { |
nothing calls this directly
no test coverage detected