Changeset c3bdc92 in mainline
- Timestamp:
- 2014-08-12T17:33:17Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e369d1c
- Parents:
- 593e023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/ski.c
r593e023 rc3bdc92 89 89 90 90 while (1) { 91 while ( polling_disabled == false) {91 while (1) { 92 92 c = ski_getchar(); 93 93 if (c == 0)
Note:
See TracChangeset
for help on using the changeset viewer.