Changes in uspace/app/sportdmp/sportdmp.c [f2d88f3:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sportdmp/sportdmp.c
rf2d88f3 r09ab0a9a 146 146 147 147 while (true) { 148 rc = chardev_read(chardev, buf, BUF_SIZE, &nread, 149 chardev_f_none); 148 rc = chardev_read(chardev, buf, BUF_SIZE, &nread); 150 149 for (size_t i = 0; i < nread; i++) { 151 150 printf("%02hhx ", buf[i]);
Note:
See TracChangeset
for help on using the changeset viewer.