We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843a0d7 commit fe922c6Copy full SHA for fe922c6
1 file changed
cores/xmc/Arduino.h
@@ -293,12 +293,12 @@ extern XMC_UART_t XMC_UART_debug;
293
extern XMC_UART_t XMC_UART_on_board;
294
295
extern XMC_SPI_t XMC_SPI_0;
296
-// Some boards for eg. KIT_XMC47_RELAX_5V_AD_V1 has more than one SPI instance
+// Some boards for eg. KIT_XMC47_RELAX has more than one SPI instance
297
extern XMC_SPI_t XMC_SPI_1;
298
extern XMC_SPI_t XMC_SPI_2;
299
300
extern XMC_I2C_t XMC_I2C_0;
301
-// Some boards for eg. KIT_XMC47_RELAX_5V_AD_V1 has more than one I2C instance
+// Some boards for eg. KIT_XMC47_RELAX has more than one I2C instance
302
extern XMC_I2C_t XMC_I2C_1;
303
304
extern XMC_I2S_t i2s_config;
0 commit comments