Changeset bdf06ad in mainline for uspace/srv/hid/output/port/ega.c


Ignore:
Timestamp:
2024-03-28T11:13:01Z (6 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
b3af081
Parents:
fd398b2c
git-author:
Jiri Svoboda <jiri@…> (2024-03-27 20:10:39)
git-committer:
Jiri Svoboda <jiri@…> (2024-03-28 11:13:01)
Message:

Fix ccheck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/port/ega.c

    rfd398b2c rbdf06ad  
    9090                break;
    9191        case CHAR_ATTR_RGB:
    92                 attr = 
     92                attr =
    9393                    ((RED(attrs.val.rgb.fgcolor) >= 0x80) ? 0x40 : 0) |
    9494                    ((GREEN(attrs.val.rgb.fgcolor) >= 0x80) ? 0x20 : 0) |
Note: See TracChangeset for help on using the changeset viewer.