mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
lwip debug: fix typo
This commit is contained in:
committed by
Angus Gratton
parent
8f4fc209a1
commit
0c301206cf
@@ -111,7 +111,7 @@ static void dbg_lwip_tcp_pcb_one_show(struct tcp_pcb* pcb)
|
||||
DBG_LWIP_SEG_SHOW(seg);
|
||||
|
||||
#if TCP_QUEUE_OOSEQ
|
||||
ESP_LWIP_LOGI("ooseq semengts:");
|
||||
ESP_LWIP_LOGI("ooseq segments:");
|
||||
seg = pcb->ooseq;
|
||||
DBG_LWIP_SEG_SHOW(seg);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user