summaryrefslogtreecommitdiff
path: root/firmware/include/file_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/file_internal.h')
-rw-r--r--firmware/include/file_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/file_internal.h b/firmware/include/file_internal.h
index bb1236aed1..5893737833 100644
--- a/firmware/include/file_internal.h
+++ b/firmware/include/file_internal.h
@@ -56,7 +56,7 @@
56 root + 'Music' + 'Artist' + 'Album' + 'Disc N' + filename */ 56 root + 'Music' + 'Artist' + 'Album' + 'Disc N' + filename */
57#define STATIC_PATHCOMP_NUM 6 57#define STATIC_PATHCOMP_NUM 6
58 58
59#define MAX_NAME 255 59#define MAX_COMPNAME 260
60 60
61/* unsigned value that will also hold the off_t range we need without 61/* unsigned value that will also hold the off_t range we need without
62 overflow */ 62 overflow */