Commit 30c10b56 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial arch-wrpc: use nlinks instead of obsolete nports

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 4e81c6dc
......@@ -53,7 +53,7 @@ struct pp_instance ppi_static = {
/* We now have a structure with all globals, and multiple ppi inside */
static struct pp_globals ppg_static = {
.nports = 1,
.nlinks = 1,
.pp_instances = &ppi_static,
.servo = &servo,
.defaultDS = &defaultDS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment