Skip to content

Commit

Permalink
Made DCM module compliant with new discovery callback_end
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkarlsson committed Jun 17, 2015
1 parent 9759e4c commit 02ad2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/modules/dcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def none_found(s):
# Message to bruteforce - [length, session control, default session]
message = insert_message_length([0x10, 0x01])
can_wrap.bruteforce_arbitration_id(message, response_analyser_wrapper,
min_id=min_id, max_id=max_id, callback_done=none_found)
min_id=min_id, max_id=max_id, callback_end=none_found)


def service_discovery(args):
Expand Down

0 comments on commit 02ad2b3

Please sign in to comment.