Changes in uspace/app/vuhid/hids/bootkbd.c [5a6cc679:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/hids/bootkbd.c
r5a6cc679 rb7fd2a0 110 110 #define _GET_LED(index, signature) \ 111 111 (((leds) & (1 << index)) ? (signature) : '-') 112 usb_log_info("%s: LEDs = %c%c%c%c%c ",112 usb_log_info("%s: LEDs = %c%c%c%c%c\n", 113 113 iface->name, 114 114 _GET_LED(0, '0'), _GET_LED(1, 'A'), _GET_LED(2, 's'),
Note:
See TracChangeset
for help on using the changeset viewer.