From 34942a2da555ac1de9f8ab7410775b9984c1378c Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Wed, 10 Apr 2019 22:22:16 +0200 Subject: [PATCH] atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines --- testcode/lib/atari5200/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcode/lib/atari5200/hello.c b/testcode/lib/atari5200/hello.c index 830d03a91..e1a7a0137 100644 --- a/testcode/lib/atari5200/hello.c +++ b/testcode/lib/atari5200/hello.c @@ -22,7 +22,7 @@ static const char Text [] = "Hello world!"; -static unsigned char colors[] = { COLOR_WHITE, COLOR_LIGHTGREEN, COLOR_LIGHTRED, COLOR_BLACK }; +static unsigned char colors[] = { COLOR_WHITE, COLOR_GREEN, COLOR_RED, COLOR_BLACK }; -- 2.39.5