[Refactor] Fix some code warnings.

This commit is contained in:
2024-05-01 23:52:03 +01:00
parent facfb0a972
commit feb9ea589f
37 changed files with 235 additions and 256 deletions

View File

@@ -912,8 +912,8 @@ public class CSS
for(i = 0; i < 4; i++)
{
lfsr1Lo = lfsr0 & 0xff;
lfsr0 = lfsr0 >> 8;
lfsr1Lo = lfsr0 & 0xff;
lfsr0 >>= 8;
for(uint j = 0; j < 256; j++)
{