summaryrefslogtreecommitdiff
path: root/apps/system/usbmsc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/usbmsc')
-rw-r--r--apps/system/usbmsc/Makefile2
-rw-r--r--apps/system/usbmsc/usbmsc_main.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/usbmsc/Makefile b/apps/system/usbmsc/Makefile
index 842733ef7..7ee0765eb 100644
--- a/apps/system/usbmsc/Makefile
+++ b/apps/system/usbmsc/Makefile
@@ -75,7 +75,7 @@ STACKSIZE2 = $(CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE)
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: context clean depend distclean
diff --git a/apps/system/usbmsc/usbmsc_main.c b/apps/system/usbmsc/usbmsc_main.c
index 9dd0fb5ad..39eaebeff 100644
--- a/apps/system/usbmsc/usbmsc_main.c
+++ b/apps/system/usbmsc/usbmsc_main.c
@@ -549,11 +549,11 @@ int msconn_main(int argc, char *argv[])
#else /* defined(CONFIG_DISABLE_SIGNALS) */
/* Just exit */
-
+
message("mcsonn_main: Exiting\n");
/* Dump debug memory usage */
-
+
final_memory_usage("Final memory usage");
#endif