Changeset 7c912b6 in mainline for uspace/app/nterm/nterm.c
- Timestamp:
- 2012-05-12T09:39:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d67e16
- Parents:
- 01a7aa1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nterm/nterm.c
r01a7aa1 r7c912b6 68 68 rc = conn_send(cbuf, offs); 69 69 if (rc != EOK) { 70 printf(" Failed sending data.\n");70 printf("[Failed sending data]\n"); 71 71 } 72 72 } … … 106 106 putchar(dp[i]); 107 107 } 108 109 fflush(stdout); 108 110 } 109 111
Note:
See TracChangeset
for help on using the changeset viewer.