mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
emulation on host: fix internal udp management (#8561)
* emulation on host: fix internal udp management help dtors: clear map before exit, check with valgrind * fix style
This commit is contained in:
@ -163,6 +163,7 @@ static struct option options[] = {
|
||||
|
||||
void cleanup()
|
||||
{
|
||||
mock_stop_udp();
|
||||
mock_stop_spiffs();
|
||||
mock_stop_littlefs();
|
||||
mock_stop_uart();
|
||||
|
Reference in New Issue
Block a user