summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rwxr-xr-x[-rw-r--r--]firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 221e9a8124..75aa76a898 100644..100755
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -316,6 +316,8 @@
316#include "config-meizu-m3.h" 316#include "config-meizu-m3.h"
317#elif defined(ONDA_VX747) 317#elif defined(ONDA_VX747)
318#include "config-ondavx747.h" 318#include "config-ondavx747.h"
319#elif defined(ONDA_VX747P)
320#include "config-ondavx747p.h"
319#elif defined(ONDA_VX767) 321#elif defined(ONDA_VX767)
320#include "config-ondavx767.h" 322#include "config-ondavx767.h"
321#elif defined(SANSA_CLIP) 323#elif defined(SANSA_CLIP)
@@ -634,4 +636,8 @@
634#define STORAGE_GET_INFO 636#define STORAGE_GET_INFO
635#endif 637#endif
636 638
639#ifdef CPU_MIPS
640#include <stdbool.h> /* MIPS GCC fix? */
641#endif
642
637#endif /* __CONFIG_H__ */ 643#endif /* __CONFIG_H__ */