Skip to content

Commit

Permalink
🩹 RP2040 has PIN_SPI_SS
Browse files Browse the repository at this point in the history
Followup to #27650
  • Loading branch information
thinkyhead committed Jan 26, 2025
1 parent 8411336 commit ab7137a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Marlin/src/HAL/RP2040/spi_pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
/**
* Define SPI Pins: SCK, MISO, MOSI, SS
*/
#define PIN_SPI_SS 2

#ifndef SD_SCK_PIN
#define SD_SCK_PIN PIN_SPI_SCK
#endif
Expand All @@ -35,3 +33,6 @@
#ifndef SD_MOSI_PIN
#define SD_MOSI_PIN PIN_SPI_MOSI
#endif
#ifndef SD_SS_PIN
#define SD_SS_PIN PIN_SPI_SS
#endif

0 comments on commit ab7137a

Please sign in to comment.