Skip to content

Commit fe922c6

Browse files
committed
cores: Update name KIT_XMC47_RELAX.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent 843a0d7 commit fe922c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cores/xmc/Arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,12 @@ extern XMC_UART_t XMC_UART_debug;
293293
extern XMC_UART_t XMC_UART_on_board;
294294

295295
extern XMC_SPI_t XMC_SPI_0;
296-
// Some boards for eg. KIT_XMC47_RELAX_5V_AD_V1 has more than one SPI instance
296+
// Some boards for eg. KIT_XMC47_RELAX has more than one SPI instance
297297
extern XMC_SPI_t XMC_SPI_1;
298298
extern XMC_SPI_t XMC_SPI_2;
299299

300300
extern XMC_I2C_t XMC_I2C_0;
301-
// Some boards for eg. KIT_XMC47_RELAX_5V_AD_V1 has more than one I2C instance
301+
// Some boards for eg. KIT_XMC47_RELAX has more than one I2C instance
302302
extern XMC_I2C_t XMC_I2C_1;
303303

304304
extern XMC_I2S_t i2s_config;

0 commit comments

Comments
 (0)