Changeset f300523 in mainline for uspace/srv/hid/isdv4_tablet/isdv4.c
- Timestamp:
- 2017-11-29T18:43:10Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39026d7c
- Parents:
- 48b77ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/isdv4_tablet/isdv4.c
r48b77ed rf300523 27 27 */ 28 28 29 #include <async.h> 29 30 #include <errno.h> 30 31 #include <io/chardev.h> … … 33 34 #include <stdint.h> 34 35 #include <stdlib.h> 35 #include <thread.h>36 36 37 37 #include "isdv4.h" … … 401 401 return EIO; 402 402 403 thread_usleep(250000); /* 250 ms */403 async_usleep(250000); /* 250 ms */ 404 404 405 405 // FIXME: Read all possible garbage before sending commands
Note:
See TracChangeset
for help on using the changeset viewer.