X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0ac47a5a22887dcd7679e0ca85c2cac31494dbe1..refs/pull/566/head:/armsrc/appmain.c diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 76eda19e..507cc6ae 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1408,11 +1408,8 @@ void __attribute__((noreturn)) AppMain(void) // Reset SSC AT91C_BASE_SSC->SSC_CR = AT91C_SSC_SWRST; - // set pins LOW - LOW(GPIO_MUXSEL_HIPKD); - LOW(GPIO_MUXSEL_LOPKD); - LOW(GPIO_MUXSEL_HIRAW); - LOW(GPIO_MUXSEL_LORAW); + // Configure MUX + SetAdcMuxFor(0); // Load the FPGA image, which we have stored in our flash. // (the HF version by default)