Skip to content

Commit

Permalink
Rename combined file
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Sep 20, 2020
1 parent 409959c commit c1f131b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssembleFirmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

HEADER_SIZE = 24

f = open("test.vnafw", "wb")
f = open("combined.vnafw", "wb")
f.write(bytes("VNA!", 'utf-8'))

bitstream = open(FPGA_BITSTREAM, "rb")
Expand Down

0 comments on commit c1f131b

Please sign in to comment.