diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-11 09:30:41 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-11 14:18:42 +0000 |
commit | 6533d983ca48b48563cd6177c2a9d4ad1a84b749 (patch) | |
tree | 40b59ef742c2daea168ba408d1827511c192134d /apps | |
parent | fcdfeb2a45bf0045e5d23104259de68b1da7b16e (diff) |
hosted: Add ROLO support for hosted targets
Change-Id: I2d46a63ee8225a9d9d77dd80a06c418af78c260c
Diffstat (limited to 'apps')
-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 9279f84c17..f8a1263e7f 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -616,7 +616,7 @@ int ft_enter(struct tree_context* c) set_file(buf, (char *)global_settings.kbd_file, MAX_FILENAME); break; -#if (CONFIG_PLATFORM & PLATFORM_NATIVE) +#if defined(HAVE_ROLO) /* firmware file */ case FILE_ATTR_MOD: splash(0, ID2P(LANG_WAIT)); |