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

Add missing =

parent 9339c18d
No related branches found
No related tags found
No related merge requests found
Pipeline #5704 passed
......@@ -2110,7 +2110,7 @@ CIOLIBEXPORT uint8_t ciolib_rgb_to_legacyattr(uint32_t fg, uint32_t bg)
{
uint8_t bestf = LIGHTRED;
uint32_t bestfv = UINT32_MAX;
uint8_t bestb BLINK | (RED << 4);
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