Changeset 602eac5 in mainline
- Timestamp:
- 2011-01-08T21:46:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0bd2879
- Parents:
- b276c3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/port_status.c
rb276c3b r602eac5 31 31 for (;i < sizeof(flags)/sizeof(struct flag_name); ++i) { 32 32 uhci_print_verbose("\t%s status: %s.\n", flags[i].name, 33 value & flags[i].flag ? " ON" : "OFF");33 value & flags[i].flag ? "YES" : "NO"); 34 34 } 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.