From 394b894da18b0b68f642a78bab8843a74bb387bc Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Fri, 27 Feb 2015 15:31:09 +0100 Subject: [PATCH] change naming for default bus switch config --- sam3s_example/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam3s_example/include/board.h b/sam3s_example/include/board.h index e05052f2..6276b040 100644 --- a/sam3s_example/include/board.h +++ b/sam3s_example/include/board.h @@ -61,7 +61,7 @@ #define PIN_SC_SW_DEFAULT {PIO_PA20, PIOA, ID_PIOA, PIO_OUTPUT_1, PIO_DEFAULT} // Disconnect SIM card RST, CLK line from the phone lines #define PIN_IO_SW_DEFAULT {PIO_PA19, PIOA, ID_PIOA, PIO_OUTPUT_1, PIO_DEFAULT} -#define PINS_BUS +#define PINS_BUS_DEFAULT PIN_SC_SW_DEFAULT, PIN_IO_SW_DEFAULT /** Sniffer configuration **/ // Connect VPP, CLK and RST lines from smartcard to the phone