Merge branch 'spi-fix' of https://github.com/jcw/Arduino_STM32 into jcw-spi-fix

This commit is contained in:
Roger Clark 2015-11-15 10:28:36 +11:00
commit e2bff0cd49
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@
#endif
// PC13 or PA4
//#define BOARD_SPI_DEFAULT_SS PA4
#define BOARD_SPI_DEFAULT_SS PC13
#define BOARD_SPI_DEFAULT_SS PA4
//#define BOARD_SPI_DEFAULT_SS PC13
#define SPI_MODE0 SPI_MODE_0
#define SPI_MODE1 SPI_MODE_1