Sync mode related build fix

This commit is contained in:
Ross Owen
2023-08-02 12:43:04 +01:00
parent ebc09e1c4f
commit 158d79335c

View File

@@ -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