meta: remove unneeded last signal from internal bus

This commit is contained in:
Fischer Moseley 2026-03-08 21:14:19 -06:00
parent 5fbe2c7fbd
commit 3b3ff35fdd
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,
}
)