meta: remove unneeded last signal from internal bus

This commit is contained in:
Fischer Moseley 2026-03-08 21:14:19 -06:00
parent 06584a44c1
commit eb3a9d691f
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ InternalBusLayout = data.StructLayout(
"data": 32,
"rw": 1,
"valid": 1,
"last": 1,
}
)