summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/file.h b/firmware/common/file.h
index 66e0139537..c95811fc55 100644
--- a/firmware/common/file.h
+++ b/firmware/common/file.h
@@ -20,6 +20,7 @@
20#ifndef _FILE_H_ 20#ifndef _FILE_H_
21#define _FILE_H_ 21#define _FILE_H_
22 22
23#undef MAX_PATH /* this avoids problems when building simulator */
23#define MAX_PATH 260 24#define MAX_PATH 260
24 25
25#ifndef SEEK_SET 26#ifndef SEEK_SET