Skip to content

Commit

Permalink
Merge pull request #1418 from SpiNNakerManchester/check_fixed
Browse files Browse the repository at this point in the history
stop keys overlapping
  • Loading branch information
rowleya authored Nov 27, 2023
2 parents 8c7b0d6 + a6dd49a commit c5a4f5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def device_control_partition_id(self):

@property
def device_control_key(self):
# This should be unique to the device
return 0
# This should be unique to the device so higher than 262144
return 262145

@property
def device_control_uses_payload(self):
Expand Down

0 comments on commit c5a4f5d

Please sign in to comment.