Changeset 76d0981d in mainline for uspace/drv/char/ski-con/ski-con.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/drv/char/ski-con/ski-con.c
r9c514be r76d0981d 134 134 errno_t rc; 135 135 136 while ( 1) {137 while ( 1) {136 while (true) { 137 while (true) { 138 138 c = ski_con_getchar(); 139 139 if (c == 0)
Note:
See TracChangeset
for help on using the changeset viewer.