Fixed parse error (#80)

This commit is contained in:
Jarry Xiao 2021-06-17 10:53:19 -05:00 committed by GitHub
parent f11a6f8ce8
commit 1eb806f516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ EVENT_FLAGS_LAYOUT = BitsSwapped(
"out" / Flag,
"bid" / Flag,
"maker" / Flag,
Const(0, BitsInteger(4)), # Padding
Padding(4),
)
)