From 9dca01d1bc744213a0956144802820fabfac6ffc Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 6 Aug 2020 16:16:24 +0200 Subject: [PATCH] mem spiffs tree - textual --- armsrc/spiffs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/spiffs.c b/armsrc/spiffs.c index 10c923c14..216b2321d 100644 --- a/armsrc/spiffs.c +++ b/armsrc/spiffs.c @@ -552,7 +552,7 @@ void rdv40_spiffs_safe_print_fsinfo(void) { Dbprintf(" Max Path Length............" _YELLOW_("%d")" chars", fsinfo.maxPathLength); DbpString(""); Dbprintf(" filesystem size used available use% mounted"); - Dbprintf(" spiffs %6d B %6d B %6d B"_YELLOW_("%2d%")" /" + Dbprintf(" spiffs %6d B %6d B %6d B " _YELLOW_("%2d%")" /" , fsinfo.totalBytes , fsinfo.usedBytes , fsinfo.freeBytes