🎨 Clean up stops, sdss pins
This commit is contained in:
@ -173,7 +173,6 @@
|
||||
//
|
||||
// Misc functions
|
||||
//
|
||||
#define SDSS 16 // PA4 SPI_CS
|
||||
#define LED_PIN -1 // 9 // PE1 green LED Heart beat
|
||||
#define PS_ON_PIN -1
|
||||
#define KILL_PIN -1
|
||||
@ -245,7 +244,6 @@
|
||||
|
||||
#ifndef SDIO_SUPPORT
|
||||
#define SOFTWARE_SPI // Use soft SPI for onboard SD
|
||||
#undef SDSS
|
||||
#define SDSS SDIO_D3_PIN
|
||||
#define SD_SCK_PIN SDIO_CK_PIN
|
||||
#define SD_MISO_PIN SDIO_D0_PIN
|
||||
@ -253,6 +251,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SDSS
|
||||
#define SDSS 16 // PA4 SPI_CS
|
||||
#endif
|
||||
|
||||
// OTG
|
||||
// 30 // PA11 OTG_DM
|
||||
// 31 // PA12 OTG_DP
|
||||
|
Reference in New Issue
Block a user