Skip to content

Commit

Permalink
use MulticastRoutingEntry instead of RTEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 28, 2024
1 parent 65d18a2 commit 60be30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/processes/load_routes_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def load_routes(

_ROUTE_PATTERN.pack_into(
routing_data, n_entries * 16, n_entries,
route_entry, route.routing_entry_key, route.mask)
route_entry, route.key, route.mask)
n_entries += 1

# Add an entry to mark the end
Expand Down

0 comments on commit 60be30b

Please sign in to comment.