Skip to content
Snippets Groups Projects
Commit 9339c18d authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Silence gcc warning by using blinking bright-red on red if algo is broken.

parent bffceeba
No related branches found
No related tags found
No related merge requests found
Pipeline #5703 failed
......@@ -2108,9 +2108,9 @@ struct YCoCg_data legacy_ycc[] = {
CIOLIBEXPORT uint8_t ciolib_rgb_to_legacyattr(uint32_t fg, uint32_t bg)
{
uint8_t bestf;
uint8_t bestf = LIGHTRED;
uint32_t bestfv = UINT32_MAX;
uint8_t bestb;
uint8_t bestb BLINK | (RED << 4);
uint32_t bestbv = UINT32_MAX;
struct YCoCg_data yccf;
struct YCoCg_data yccb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment