forked from PAWPAW-Mirror/lib_xua
Fixed SPDIF Rx always running on tile[0]
This commit is contained in:
@@ -573,7 +573,7 @@ int main()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SPDIF_RX
|
#ifdef SPDIF_RX
|
||||||
on tile[0]:
|
on tile[XUD_TILE]:
|
||||||
{
|
{
|
||||||
thread_speed();
|
thread_speed();
|
||||||
SpdifReceive(p_spdif_rx, c_spdif_rx, 1, clk_spd_rx);
|
SpdifReceive(p_spdif_rx, c_spdif_rx, 1, clk_spd_rx);
|
||||||
|
|||||||
Reference in New Issue
Block a user