From c2dd6b6a787d886768fd55ee5f9ee9e3ae101b38 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 2 Jun 2021 19:17:15 -0400 Subject: [PATCH] fix compilation error in textplay #1710 --- src/poc/textplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poc/textplay.c b/src/poc/textplay.c index 58899293e..1132cc533 100644 --- a/src/poc/textplay.c +++ b/src/poc/textplay.c @@ -1,9 +1,9 @@ #include #include +#define GIG 1000000000ull static const uint32_t LOWCOLOR = 0x004080; static const uint32_t HICOLOR = 0xddffdd; -static const uint32_t GIG = 1000000000ull; static const uint32_t NANOSEC = GIG / 60; // 60 cps static const int FRAMERATIO = 2; // display 1 of every FRAMERATIO frames #define MARGIN 2