ESPAsyncTCP icon indicating copy to clipboard operation
ESPAsyncTCP copied to clipboard

ESPAsyncTCP.h: remove unnecessary semicolon

Open MacDada opened this issue 1 year ago • 1 comments

Fixes a warning when compiling with -Wpedantic:

.pio/libdeps/nodemcu/ESPAsyncTCP/src/ESPAsyncTCP.h:34:2: warning: extra ';' [-Wpedantic]
   34 | };
      |  ^

MacDada avatar May 13 '23 14:05 MacDada