Changeset 602eac5 in mainline


Ignore:
Timestamp:
2011-01-08T21:46:41Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0bd2879
Parents:
b276c3b
Message:

change ON/OFF to YES/NO for better readibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/root_hub/port_status.c

    rb276c3b r602eac5  
    3131        for (;i < sizeof(flags)/sizeof(struct flag_name); ++i) {
    3232                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");
    3434        }
    3535}
Note: See TracChangeset for help on using the changeset viewer.