summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 09c1f9a861..1f8aa99e0d 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -396,7 +396,7 @@ static const unsigned char bmpheader[] =
396#ifdef MROBE_100 396#ifdef MROBE_100
397 2, 2, 94, 0x00, /* Colour #0 */ 397 2, 2, 94, 0x00, /* Colour #0 */
398 3, 6, 241, 0x00 /* Colour #1 */ 398 3, 6, 241, 0x00 /* Colour #1 */
399#elif 399#else
400 0x90, 0xee, 0x90, 0x00, /* Colour #0 */ 400 0x90, 0xee, 0x90, 0x00, /* Colour #0 */
401 0x00, 0x00, 0x00, 0x00 /* Colour #1 */ 401 0x00, 0x00, 0x00, 0x00 /* Colour #1 */
402#endif 402#endif