mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
emulation: add fake cont_yield (#6210)
* emulation: add fake cont_yield (temporarily disable littleFS mock due to missing file) * fix makefile
This commit is contained in:
@ -152,7 +152,7 @@ static struct option options[] =
|
||||
void cleanup ()
|
||||
{
|
||||
mock_stop_spiffs();
|
||||
mock_stop_littlefs();
|
||||
// mock_stop_littlefs();
|
||||
mock_stop_uart();
|
||||
}
|
||||
|
||||
@ -239,7 +239,7 @@ int main (int argc, char* const argv [])
|
||||
name += "-littlefs";
|
||||
name += String(littlefs_kb > 0? littlefs_kb: -littlefs_kb, DEC);
|
||||
name += "KB";
|
||||
mock_start_littlefs(name, littlefs_kb);
|
||||
// mock_start_littlefs(name, littlefs_kb);
|
||||
}
|
||||
|
||||
// setup global global_ipv4_netfmt
|
||||
|
Reference in New Issue
Block a user