Skip to content

Commit e0787d9

Browse files
authored
Merge pull request me-no-dev#34 from ESP32Async/issue-33
Remove unused TAG
2 parents d7577f9 + 72f069c commit e0787d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AsyncTCP.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ extern "C" {
2323
#include <NetworkInterface.h>
2424
#endif
2525

26-
#define TAG "AsyncTCP"
27-
2826
// https://github.com/espressif/arduino-esp32/issues/10526
2927
#ifdef CONFIG_LWIP_TCPIP_CORE_LOCKING
3028
#define TCP_MUTEX_LOCK() \

0 commit comments

Comments
 (0)