summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 768223ec4d..dbc47e31b6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -41,7 +41,7 @@
#include "settings.h"
#include "status.h"
#include "debug.h"
-#include "ata.h"
+#include "storage.h"
#include "rolo.h"
#include "icons.h"
#include "lang.h"
@@ -828,7 +828,7 @@ static int dirbrowse()
return GO_TO_WPS;
if (button)
{
- ata_spin();
+ storage_spin();
}