summaryrefslogtreecommitdiffstats
path: root/firmware/common
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common')
-rw-r--r--firmware/common/filefuncs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c
index ea5984e485..21096dac3c 100644
--- a/firmware/common/filefuncs.c
+++ b/firmware/common/filefuncs.c
@@ -89,11 +89,10 @@ bool dir_exists(const char *path)
return true;
}
-#if !(CONFIG_PLATFORM & PLATFORM_ANDROID)
+#endif /* __PCTOOL__ */
+
struct dirinfo dir_get_info(DIR* parent, struct dirent *entry)
{
(void)parent;
return entry->info;
}
-#endif
-#endif /* __PCTOOL__ */