This commit is contained in:
Iceman 2017-11-30 07:27:28 +00:00 committed by GitHub
commit 39deed83ea

View file

@ -1416,6 +1416,8 @@ void __attribute__((noreturn)) AppMain(void)
// Load the FPGA image, which we have stored in our flash. // Load the FPGA image, which we have stored in our flash.
// (the HF version by default) // (the HF version by default)
FpgaDownloadAndGo(FPGA_BITSTREAM_HF); FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
// turn off antenna
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
StartTickCount(); StartTickCount();