Enable incoming serial over IP data with IN#x without having to PR#x first

This commit is contained in:
David Schmidt 2013-07-25 15:05:44 +00:00
parent aa99ef3e43
commit 0093780eda

View File

@ -95,6 +95,9 @@ scc_init()
}
scc_reset();
// Initialize ports right away - enable incoming data before PR#x
scc_port_init(0);
scc_port_init(1);
}
void