X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/30f2a7d38fd35b2427a7eb42e1cd75fb1105f927..1569d97730d80a0a303b74b714bb59272349c3b2:/tools/rbt2c.pl diff --git a/tools/rbt2c.pl b/tools/rbt2c.pl index 949c9ae9..3e1e1fc4 100644 --- a/tools/rbt2c.pl +++ b/tools/rbt2c.pl @@ -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) {