Fixed SPDIF Rx always running on tile[0]

This commit is contained in:
Ross Owen
2015-05-07 17:19:53 +01:00
parent b94f14fc05
commit a9a2ffde46

View File

@@ -573,7 +573,7 @@ int main()
#endif
#ifdef SPDIF_RX
on tile[0]:
on tile[XUD_TILE]:
{
thread_speed();
SpdifReceive(p_spdif_rx, c_spdif_rx, 1, clk_spd_rx);