From e180b304422b30a3f5a3f4545edfb559bcb475e7 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 15 Aug 2024 20:26:01 +0200 Subject: Simplify data files Previous system was made to support both GCC and IAR, as IAR is no longer supported, make it simpler. It also saves a little bit of flash. --- src/RCXintro_11.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/RCXintro_11.txt') diff --git a/src/RCXintro_11.txt b/src/RCXintro_11.txt index 6afaabd..03fa418 100644 --- a/src/RCXintro_11.txt +++ b/src/RCXintro_11.txt @@ -1,4 +1,4 @@ -DEFINE_DATA(BMPMAP, RCXintro_11) = +const BMPMAP RCXintro_11 = { 0x02,0x00, // Graphics Format 0x00,0x10, // Graphics DataSize @@ -6,8 +6,8 @@ DEFINE_DATA(BMPMAP, RCXintro_11) = 0x20, // Graphics Start Y 0x08, // Graphics Width 0x10, // Graphics Height -BEGIN_DATA + { 0xF8,0xF8,0x18,0xD8,0xD8,0x18,0xF8,0xF8, 0x07,0x07,0x06,0x00,0x00,0x06,0x07,0x07 -END_DATA + } }; -- cgit v1.2.3