Skip to content

Commit 1055db2

Browse files
committed
libraries/SPI: Fix typo.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent 03bf5f6 commit 1055db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/SPI/src/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// #define USE_SW_SPI
3636

3737
// Define USE_XMC_RELAX_KIT_SD allows to use the SD Lib to communicate with a SD Card over
38-
// the on-board SD Card Slot. This feature is only available on KIT_XMC47_RELAX_5V_AD_V1Kits.
38+
// the on-board SD Card Slot. This feature is only available on KIT_XMC47_RELAX_5V_AD_V1 Kits.
3939
#if defined(KIT_XMC47_RELAX_5V_AD_V1)
4040
#define USE_XMC_RELAX_KIT_SD
4141
#endif

0 commit comments

Comments
 (0)