There is a static variable `n_prev` in the ESP32 function `ReceiveData` which is assigned but not used for anything. https://github.com/ARM-software/CMSIS-Driver/blob/b2a6e81d3123b7532653c61edbbbda7c3e0d22ac/WiFi/ESP32/ESP32.c#L574 https://github.com/ARM-software/CMSIS-Driver/blob/b2a6e81d3123b7532653c61edbbbda7c3e0d22ac/WiFi/ESP32/ESP32.c#L588-L591
There is a static variable
n_previn the ESP32 functionReceiveDatawhich is assigned but not used for anything.CMSIS-Driver/WiFi/ESP32/ESP32.c
Line 574 in b2a6e81
CMSIS-Driver/WiFi/ESP32/ESP32.c
Lines 588 to 591 in b2a6e81