Skip to content

Commit

Permalink
Fixed variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyiant committed Nov 26, 2019
1 parent fb846a0 commit 9d151b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register_printer/print_c_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def print_c_header_block(block, out_path):
"type": "volatile const int",
"name": "RSVD%d[%d]" % (rsvd_idx, nrsvd)
}
sruct_fields.append(struct_field)
struct_fields.append(struct_field)
rsvd_idx = rsvd_idx + 1
struct_field = {
"type": "volatile int",
Expand Down

0 comments on commit 9d151b2

Please sign in to comment.