Changeset 692f13e4 in mainline


Ignore:
Timestamp:
2010-12-17T14:50:52Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82122f3
Parents:
ca038b4
Message:

Minor change - printing of received keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbkbd/main.c

    rca038b4 r692f13e4  
    4848                                    void *arg)
    4949{
    50 
     50        printf("Got keys: ");
     51        unsigned i;
     52        for (i = 0; i < count; ++i) {
     53                printf("%d ", key_codes[i]);
     54        }
     55        printf("\n");
    5156}
    5257
Note: See TracChangeset for help on using the changeset viewer.