Changeset 44ba969 in rtems
- Timestamp:
- 01/15/18 12:56:12 (6 years ago)
- Branches:
- 5, master
- Children:
- 0df59b7c
- Parents:
- 2f54488f
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/15/18 12:56:12)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/22/18 06:21:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/qoriq/console/console-config.c
r2f54488f r44ba969 85 85 status = ev_byte_channel_receive(ctx->handle, &count, buf); 86 86 87 if (status != EV_SUCCESS ) {87 if (status != EV_SUCCESS || count == 0) { 88 88 return -1; 89 89 }
Note: See TracChangeset
for help on using the changeset viewer.