Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo5566 committed Apr 17, 2019
1 parent 152a824 commit 09e1c4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kitty/targets/guidedtarget.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@ def get_bit_map(self, file):
cur_loc &= MAP_SIZE - 1
trace_bits[prev_loc ^ cur_loc] += 1
prev_loc = cur_loc >> 1
return trace_bits
return trace_bits

def transmit(self, payload):
pass

0 comments on commit 09e1c4c

Please sign in to comment.