Changeset 8d2dd7f2 in mainline for uspace/app/tester/hw
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/app/tester/hw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/hw/misc/virtchar1.c
re48947e r8d2dd7f2 38 38 #include <errno.h> 39 39 #include <str_error.h> 40 #include <s ys/types.h>40 #include <stddef.h> 41 41 #include <async.h> 42 42 #include <char_dev_iface.h> -
uspace/app/tester/hw/serial/serial1.c
re48947e r8d2dd7f2 40 40 #include <stdio.h> 41 41 #include <stddef.h> 42 #include <sys/types.h>43 42 #include <async.h> 44 43 #include <thread.h>
Note:
See TracChangeset
for help on using the changeset viewer.