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 @@
#include "config-meizu-m3.h"
#elif defined(ONDA_VX747)
#include "config-ondavx747.h"
+#elif defined(ONDA_VX747P)
+#include "config-ondavx747p.h"
#elif defined(ONDA_VX767)
#include "config-ondavx767.h"
#elif defined(SANSA_CLIP)
@@ -634,4 +636,8 @@
#define STORAGE_GET_INFO
#endif
+#ifdef CPU_MIPS
+#include <stdbool.h> /* MIPS GCC fix? */
+#endif
+
#endif /* __CONFIG_H__ */