Skip to content

Commit e2bff0c

Browse files
Merge branch 'spi-fix' of https://github.com/jcw/Arduino_STM32 into jcw-spi-fix
2 parents 239802f + 8ad3521 commit e2bff0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • STM32F1/libraries/SPI/src

STM32F1/libraries/SPI/src/SPI.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
#endif
8989

9090
// PC13 or PA4
91-
//#define BOARD_SPI_DEFAULT_SS PA4
92-
#define BOARD_SPI_DEFAULT_SS PC13
91+
#define BOARD_SPI_DEFAULT_SS PA4
92+
//#define BOARD_SPI_DEFAULT_SS PC13
9393

9494
#define SPI_MODE0 SPI_MODE_0
9595
#define SPI_MODE1 SPI_MODE_1

0 commit comments

Comments
 (0)