Skip to content
Snippets Groups Projects
Commit f9ec2003 authored by lnx build's avatar lnx build Committed by Gerrit - the friendly Code Review server
Browse files

Merge "LRDPv2: BUg fix for parsing in dcc_parser.py" into opensource-tools.lnx.1.0

parents f6a768f5 12b1c3aa
Branches
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ if __name__ == '__main__': ...@@ -226,7 +226,7 @@ if __name__ == '__main__':
help='chip version') help='chip version')
parser.add_option('--v2', dest='version', action="store_const", const='2', parser.add_option('--v2', dest='version', action="store_const", const='2',
help='DCC driver version 2') help='DCC driver version 2')
parser.add_option('--config-offset', dest='config_offset', type=int, parser.add_option('--config-offset', dest='config_offset',
help='Start offset for DCC configuration') help='Start offset for DCC configuration')
(options, args) = parser.parse_args() (options, args) = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment