summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/common/vuprintf.c3
-rw-r--r--firmware/export/config.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/firmware/common/vuprintf.c b/firmware/common/vuprintf.c
index 1c0adad00e..becb05e136 100644
--- a/firmware/common/vuprintf.c
+++ b/firmware/common/vuprintf.c
@@ -22,10 +22,11 @@
22#include <sys/types.h> 22#include <sys/types.h>
23#include <limits.h> 23#include <limits.h>
24#include <string.h> 24#include <string.h>
25#include <stddef.h>
25#include "system.h" 26#include "system.h"
26#include "vuprintf.h" 27#include "vuprintf.h"
27 28
28#if 0 29#if 1
29/* turn everything on */ 30/* turn everything on */
30#define FMT_LENMOD (0xffffffff) 31#define FMT_LENMOD (0xffffffff)
31#define FMT_RADIX (0xffffffff) 32#define FMT_RADIX (0xffffffff)
diff --git a/firmware/export/config.h b/firmware/export/config.h
index a4f0ea94fd..0d15ab6a33 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -973,7 +973,9 @@ Lyre prototype 1 */
973 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ 973 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \
974 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ 974 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \
975 || defined(APPLICATION) || (CONFIG_CPU == PP5002) \ 975 || defined(APPLICATION) || (CONFIG_CPU == PP5002) \
976 || (CONFIG_CPU == RK27XX) || (CONFIG_CPU == IMX233) 976 || (CONFIG_CPU == RK27XX) || (CONFIG_CPU == IMX233) || \
977 (defined(HAVE_LCD_COLOR) && \
978 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)))
977#define HAVE_SEMAPHORE_OBJECTS 979#define HAVE_SEMAPHORE_OBJECTS
978#endif 980#endif
979 981