From c751cfd4934af210dd73077637efd11104a54c66 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 30 Sep 2018 20:26:00 -0400 Subject: Use PascalCase for constants --- help.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help.h') diff --git a/help.h b/help.h index 8c092ed..1858af0 100644 --- a/help.h +++ b/help.h @@ -1,4 +1,4 @@ -static const uint8_t HELP_DATA[] = { +static const uint8_t HelpData[] = { 0xda, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, @@ -373,4 +373,4 @@ static const uint8_t HELP_DATA[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -static const struct Tile *HELP = (const struct Tile *)HELP_DATA; +static const struct Tile *Help = (const struct Tile *)HelpData; -- cgit 1.4.1