Sonarlint the new network cards

This commit is contained in:
Jasmine Iwanek
2023-08-06 18:22:38 -04:00
parent d79ad02e91
commit 69bbee137f
7 changed files with 487 additions and 465 deletions

View File

@@ -17,8 +17,7 @@
uint16_t
l80225_mii_readw(uint16_t* regs, uint16_t addr)
{
switch (addr)
{
switch (addr) {
case 0x1:
return 0x782D;
case 0x2:
@@ -39,4 +38,4 @@ void
l80225_mii_writew(uint16_t* regs, uint16_t addr, uint16_t val)
{
regs[addr] = val;
}
}