Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Aug 30, 2023
1 parent 5398412 commit 19bc281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/processes/write_memory_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def write_memory_from_bytearray(
"""
return self._write_memory_from_bytearray(
base_address, data, offset, n_bytes,
functools.partial(WriteMemory, x=x, y=y, cpu=p), get_sum)
functools.partial(WriteMemory, x, y, p), get_sum)

def write_link_memory_from_bytearray(
self, x: int, y: int, p: int, link: int, base_address: int,
Expand Down

0 comments on commit 19bc281

Please sign in to comment.