From: pwpiwi Date: Mon, 29 Jun 2015 07:07:54 +0000 (+0200) Subject: - fix: ensure that FpgaDownloadAndGo() is always called before requesting X-Git-Tag: v2.2.0~4 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/09ffd16ee2d0d6d43fc562035487226cf4f58b86?hp=09ffd16ee2d0d6d43fc562035487226cf4f58b86 - fix: ensure that FpgaDownloadAndGo() is always called before requesting any memory from BigBuf[]. This is required because FpgaDownloadAndGo() might allocate, use, and free most of BigBuf[] when decompressing FPGA configs. - cleanup: remove rests of deprecated "end of trace markers" (0x44) ---