forked from PAWPAW-Mirror/lib_xua
Typos only
This commit is contained in:
@@ -5,7 +5,7 @@ lib_xua Change Log
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
* ADDED: Application note AN00246
|
* ADDED: Application note AN00246
|
||||||
* RESOLVED: Runtime exeption issues when incorrect feedback calculated
|
* RESOLVED: Runtime exception issues when incorrect feedback calculated
|
||||||
(introduced in sc_xud 6.13)
|
(introduced in sc_xud 6.13)
|
||||||
|
|
||||||
0.1.1
|
0.1.1
|
||||||
|
|||||||
@@ -492,7 +492,7 @@ __builtin_unreachable();
|
|||||||
speedRem &= 0xffff;
|
speedRem &= 0xffff;
|
||||||
|
|
||||||
/* This patches up the case where the FB is well off, leading to totalSampsToWrite to also be off */
|
/* This patches up the case where the FB is well off, leading to totalSampsToWrite to also be off */
|
||||||
/* This can be startup case, back mclk input etc */
|
/* This can be startup case, bad mclk input etc */
|
||||||
if (totalSampsToWrite < 0 || totalSampsToWrite * g_curSubSlot_In * g_numUsbChan_In > g_maxPacketSize)
|
if (totalSampsToWrite < 0 || totalSampsToWrite * g_curSubSlot_In * g_numUsbChan_In > g_maxPacketSize)
|
||||||
{
|
{
|
||||||
totalSampsToWrite = 0;
|
totalSampsToWrite = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user