Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
fixup! fixup! sys/net: add VAINA configuration interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed May 11, 2020
1 parent 16b9ec3 commit 62662e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int main(void)
}

if (vaina_init(slipdev_netif) < 0) {
printf("Couldn't initialize VAINA");
printf("Couldn't initialize VAINA\n");
}
}
#endif
Expand Down

0 comments on commit 62662e7

Please sign in to comment.