Changeset 7ca4f0b in rtems
- Timestamp:
- Jul 27, 2010, 11:55:05 AM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a171d20c
- Parents:
- e544466
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/umon/tfsDriver.c
re544466 r7ca4f0b 467 467 tip->buf = buf; 468 468 strcpy(tip->name,pathcopy); 469 iop->data0 = ( void *)tfdidx;469 iop->data0 = (uint32_t)tfdidx; 470 470 return(0); 471 471 } else {
Note: See TracChangeset
for help on using the changeset viewer.