From aecf1138506dde505c636aa76b5da4600d9ba68a Mon Sep 17 00:00:00 2001 From: david gauchard Date: Thu, 25 Jul 2019 03:05:10 +0200 Subject: [PATCH] host emulation: littlefs was not fully enabled (#6342) --- tests/host/common/ArduinoMain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/host/common/ArduinoMain.cpp b/tests/host/common/ArduinoMain.cpp index 8d9830826..7fdf4b22f 100644 --- a/tests/host/common/ArduinoMain.cpp +++ b/tests/host/common/ArduinoMain.cpp @@ -152,7 +152,7 @@ static struct option options[] = void cleanup () { mock_stop_spiffs(); -// mock_stop_littlefs(); + mock_stop_littlefs(); mock_stop_uart(); } @@ -182,7 +182,7 @@ int main (int argc, char* const argv []) for (;;) { - int n = getopt_long(argc, argv, "hlcfbvi:S:s:", options, NULL); + int n = getopt_long(argc, argv, "hlcfbvi:S:s:L:", options, NULL); if (n < 0) break; switch (n) @@ -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