Merge branch 'bug55' of github.com:whutddk/RISCV-MAC-SWICH into bug55

This commit is contained in:
Ruige Lee
2025-07-04 11:02:44 +08:00

View File

@@ -51,7 +51,7 @@ class GenPkt(object):
else:
pkt_len = pkt_len + sp[5] + 8
if pkt_len > 2048:
if pkt_len > 2044:
print('Error, bad pkt_len:', pkt_len)
return