Changeset 34ba0e5a in rtems
- Timestamp:
- 05/25/22 12:19:11 (6 weeks ago)
- Branches:
- master
- Children:
- 2fded81
- Parents:
- 044e8b6
- git-author:
- Gabriel Moyano <gabriel.moyano@…> (05/25/22 12:19:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/27/22 11:42:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/sppps01/init.c
r044e8b6 r34ba0e5a 67 67 pps_dev.pps.ppsparam.mode = PPS_CAPTUREASSERT; 68 68 69 /* If no timeout is requested, pps_fetch() doesn't call the default handler */ 70 memset( &fetch, 0, sizeof( fetch ) ); 71 status = pps_ioctl( PPS_IOC_FETCH, (caddr_t)&fetch, &pps_dev.pps ); 72 T_eq_int( status, 0 ); 73 74 fetch.timeout.tv_sec = 1; 69 75 status = pps_ioctl( PPS_IOC_FETCH, (caddr_t)&fetch, &pps_dev.pps ); 70 76 T_eq_int( status, ETIMEDOUT );
Note: See TracChangeset
for help on using the changeset viewer.