Skip to content

Commit

Permalink
Line length
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 1, 2024
1 parent 6c2771a commit 6e9a8b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ static void *connection_generator_one_to_one_offset_initialise(UNUSED void **reg
*params = *params_sdram;
*region = &params_sdram[1];

log_debug("one_to_one_offset connector, one_to_one_offset = %u, wrap = %u, n_neurons_per_group = %u",
log_debug("one_to_one_offset connector, one_to_one_offset = %u, wrap = %u, "
"n_neurons_per_group = %u",
params->offset, params->wrap, params->n_neurons_per_group);

return params;
Expand Down

0 comments on commit 6e9a8b6

Please sign in to comment.