Changeset 76d0981d in mainline for uspace/srv/hid/input/gsp.c
- Timestamp:
- 2018-04-12T12:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bacee1
- Parents:
- 9c514be
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-11 18:18:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-12 12:57:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/gsp.c
r9c514be r76d0981d 51 51 #include <adt/hash_table.h> 52 52 #include <adt/hash.h> 53 #include <stdbool.h> 53 54 #include <stdlib.h> 54 55 #include <stdio.h> … … 119 120 dp = defs; 120 121 121 while ( 1) {122 while (true) { 122 123 /* Read the output values. */ 123 124 mods = *dp++;
Note:
See TracChangeset
for help on using the changeset viewer.