mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 10:33:09 +08:00
Fixed it so it accepts DOS (CRLF) text files as input.
This commit is contained in:
parent
5e6a0b2369
commit
94f6d4a683
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
# This tool converts a Xilinx xxx.rbt FPGA bitstream to a table that will
|
||||
# compile as C source code. The output format is DWORDs, MSB first.
|
||||
|
||||
local $/ = "\r\n";
|
||||
|
||||
print "// Generated by rbt2c.pl, do not edit!\n\n";
|
||||
|
||||
for(1..7) {
|
||||
|
|
Loading…
Reference in a new issue