diff options
Diffstat (limited to 'apps/filetree.c')
| -rw-r--r-- | apps/filetree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index 1faf4c9..460ab9e 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -597,7 +597,7 @@ int ft_enter(struct tree_context* c) break; #endif -#ifndef SIMULATOR +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) /* firmware file */ case FILE_ATTR_MOD: splash(0, ID2P(LANG_WAIT)); |