-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
There is a static variable n_prev in the ESP32 function ReceiveData which is assigned but not used for anything.
CMSIS-Driver/WiFi/ESP32/ESP32.c
Line 574 in b2a6e81
| static uint32_t n_prev; |
CMSIS-Driver/WiFi/ESP32/ESP32.c
Lines 588 to 591 in b2a6e81
| if (n == n_prev) { | |
| /* No new bytes received */ | |
| n = 0U; | |
| } |
Metadata
Metadata
Assignees
Labels
No labels