Changes in uspace/app/vuhid/hids/bootkbd.c [b7fd2a0:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/hids/bootkbd.c
rb7fd2a0 r5a6cc679 110 110 #define _GET_LED(index, signature) \ 111 111 (((leds) & (1 << index)) ? (signature) : '-') 112 usb_log_info("%s: LEDs = %c%c%c%c%c \n",112 usb_log_info("%s: LEDs = %c%c%c%c%c", 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.