forked from PAWPAW-Mirror/lib_xua
Sync mode related build fix
This commit is contained in:
@@ -292,7 +292,7 @@ int SoftPllUpdate(tileref tile, unsigned short mclk_pt, unsigned short mclk_pt_l
|
||||
#endif
|
||||
void XUA_SoftPll(tileref tile, server interface SoftPll_if i_softPll, chanend c_update)
|
||||
{
|
||||
#if (XUA_SYNCMODE == XUA_SYNCMODE_SYNC)
|
||||
#if (XUA_SYNCMODE != XUA_SYNCMODE_ASYNC)
|
||||
unsigned ds_out;
|
||||
timer tmr;
|
||||
int time;
|
||||
@@ -304,7 +304,6 @@ void XUA_SoftPll(tileref tile, server interface SoftPll_if i_softPll, chanend c_
|
||||
int running = 0;
|
||||
int firstUpdate = 1;
|
||||
|
||||
|
||||
while(1)
|
||||
{
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user