AUDIO_PLL_LOCK_DELAY renamed MCLK_STABILITY_DELAY and used in ep0 SF change request.

This commit is contained in:
Ross Owen
2014-01-20 18:16:36 +00:00
parent 8712acb539
commit 5e26f02da7
2 changed files with 4 additions and 4 deletions

View File

@@ -318,7 +318,7 @@ int AudioClassRequests_2(XUD_ep ep0_out, XUD_ep ep0_in, USB_SetupPacket_t &sp, c
timer t;
unsigned time;
t :> time;
t when timerafter(time+5000000+40000000):> void;
t when timerafter(time+5000000+MCLK_STABILITY_DELAY):> void;
}
}
@@ -1049,7 +1049,7 @@ int AudioEndpointRequests_1(XUD_ep ep0_out, XUD_ep ep0_in, USB_SetupPacket_t &sp
timer t;
unsigned time;
t :> time;
t when timerafter(time+50000000+40000000):> void;
t when timerafter(time+50000000+MCLK_STABILTY_DELAY):> void;
}
}
}