Skip to content
Snippets Groups Projects
Commit ba0bd33c authored by Bob-the-Kuhn's avatar Bob-the-Kuhn
Browse files

Removed check for 2560 family

parent 04b07a6e
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ uint8_t const SD_CARD_TYPE_SDHC = 3; ...@@ -125,7 +125,7 @@ uint8_t const SD_CARD_TYPE_SDHC = 3;
* define SOFTWARE_SPI to use bit-bang SPI * define SOFTWARE_SPI to use bit-bang SPI
*/ */
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
#if MEGA_SOFT_SPI && (defined(__AVR_ATmega1280__)||defined(__AVR_ATmega2560__)) #if MEGA_SOFT_SPI
#define SOFTWARE_SPI #define SOFTWARE_SPI
#elif USE_SOFTWARE_SPI #elif USE_SOFTWARE_SPI
#define SOFTWARE_SPI #define SOFTWARE_SPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment