atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines

This commit is contained in:
Christian Groessler 2019-04-10 22:22:16 +02:00 committed by Oliver Schmidt
parent 8590de5cf3
commit 34942a2da5
1 changed files with 1 additions and 1 deletions

View File

@ -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 };