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

Add missing =

parent 1623bb39
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -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