From 4274c0fe3987e8c22176d249581888ff6da5db92 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 1 Jan 2014 08:52:58 -0600 Subject: sim/mount: Converted to use kconfig-frontends tools --- apps/examples/mount/mount_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/mount/mount_main.c') diff --git a/apps/examples/mount/mount_main.c b/apps/examples/mount/mount_main.c index e0eb8a615..b1615677a 100644 --- a/apps/examples/mount/mount_main.c +++ b/apps/examples/mount/mount_main.c @@ -219,6 +219,7 @@ static void show_directories(const char *path, int indent) /**************************************************************************** * Name: fail_read_open ****************************************************************************/ + #ifdef CONFIG_EXAMPLES_MOUNT_DEVNAME static void fail_read_open(const char *path, int expectederror) { -- cgit v1.2.3