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/Ok.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Ok.txt') diff --git a/src/Ok.txt b/src/Ok.txt index 32bad41..40192d2 100644 --- a/src/Ok.txt +++ b/src/Ok.txt @@ -1,4 +1,4 @@ -DEFINE_DATA(BMPMAP, Ok) = +const BMPMAP Ok = { 0x02,0x00, // Graphics Format 0x00,0x20, // Graphics DataSize @@ -6,8 +6,8 @@ DEFINE_DATA(BMPMAP, Ok) = 0x30, // Graphics Start Y 0x10, // Graphics Width 0x10, // Graphics Height -BEGIN_DATA + { 0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x38,0xC4,0x34,0x08,0x00,0xFF, 0xFF,0x04,0x0A,0x19,0x12,0x22,0x24,0x24,0x23,0x18,0x07,0x00,0x00,0x00,0x00,0xFF -END_DATA + } }; -- cgit v1.2.3