Skip to content

Commit 8d548bc

Browse files
committed
variants: Fix compilation error.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 39ad872 commit 8d548bc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

variants/XMC1400/config/KIT_XMC1400_ARDUINO/pins_arduino.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ extern const uint8_t NUM_ANALOG_INPUTS;
8080
#define PIN_SPI_MOSI 11
8181
#define PIN_SPI_MISO 12
8282
#define PIN_SPI_SCK 13
83+
extern uint8_t SS;
84+
extern uint8_t MOSI;
85+
extern uint8_t MISO;
86+
extern uint8_t SCK;
8387

8488
#define A0 0
8589
#define A1 1

variants/XMC1400/config/KIT_XMC14_2GO/pins_arduino.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ extern const uint8_t NUM_ANALOG_INPUTS;
8484
#define PIN_SPI_MISO 0
8585
#define PIN_SPI_SCK 2
8686

87+
extern uint8_t SS;
88+
extern uint8_t MOSI;
89+
extern uint8_t MISO;
90+
extern uint8_t SCK;
8791
// Define analog pin
8892
#define A0 0
8993
#define A1 1

0 commit comments

Comments
 (0)