Browse Source

Merge pull request #17 from KurtE/Beta-Board-name-change

Beta boards changed names
main
Paul Stoffregen 8 years ago
parent
commit
ace6975aed
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      SPI.cpp
  2. +1
    -1
      SPI.h

+ 1
- 1
SPI.cpp View File

@@ -327,7 +327,7 @@ uint8_t SPIClass::setCS(uint8_t pin)


/**********************************************************/
/* 32 bit Teensy-3.4/3.5 */
/* 32 bit Teensy-3.5/3.6 */
/**********************************************************/
#if defined(__MK64FX512__) || defined(__MK66FX1M0__)
SPI1Class SPI1;

+ 1
- 1
SPI.h View File

@@ -601,7 +601,7 @@ private:


/**********************************************************/
/* Teensy 3.4 and 3.5 have SPI1 as well */
/* Teensy 3.5 and 3.6 have SPI1 as well */
/**********************************************************/
#if defined(__MK64FX512__) || defined(__MK66FX1M0__)
class SPI1Class {

Loading…
Cancel
Save