Skip to content

Commit 7ee66cc

Browse files
Merge branch 'jcw-spi-fix' into development
2 parents 239802f + e2bff0c commit 7ee66cc

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)