From: pwpiwi Date: Fri, 6 Mar 2020 16:14:35 +0000 (+0100) Subject: fixing some fpga and iclass issues X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/7a53739728caea10b0857596fe3e30606295e8b4?hp=7a53739728caea10b0857596fe3e30606295e8b4 fixing some fpga and iclass issues * make fpga_version_info.c phony and delete it on 'make clean' * wait for transfer to complete before returning from FpgaSendCommand() * log correct tag times in iclass simulation * shorten pulse from TC1 to TC0 in StartCountSspClk() * shorten ssp_frame pulse in fpga/hi_reader.v * some reformatting and whitespace fixes ---