Changeset 582a0b8 in mainline for uspace/app/tester/hw/serial/serial1.c
- Timestamp:
- 2017-05-08T19:20:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2c8533
- Parents:
- 73db198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/hw/serial/serial1.c
r73db198 r582a0b8 39 39 #include <stdlib.h> 40 40 #include <stdio.h> 41 #include <stddef.h> 41 42 #include <sys/types.h> 42 43 #include <async.h> 44 #include <thread.h> 43 45 #include <ipc/services.h> 44 46 #include <loc.h> … … 146 148 147 149 if (read == 0) 148 usleep(DEFAULT_SLEEP);150 thread_usleep(DEFAULT_SLEEP); 149 151 else { 150 152 buf[read] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.