Changeset c3bdc92 in mainline


Ignore:
Timestamp:
2014-08-12T17:33:17Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e369d1c
Parents:
593e023
Message:

remove forgotten control variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/port/ski.c

    r593e023 rc3bdc92  
    8989
    9090        while (1) {
    91                 while (polling_disabled == false) {
     91                while (1) {
    9292                        c = ski_getchar();
    9393                        if (c == 0)
Note: See TracChangeset for help on using the changeset viewer.