Browse Source

Add extern for SPI2 for T3.6

main
Kurt Eckhardt 8 years ago
parent
commit
17fc3b8392
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      SPI.h

+ 1
- 0
SPI.h View File

#endif #endif
#if defined(__MK64FX512__) || defined(__MK66FX1M0__) #if defined(__MK64FX512__) || defined(__MK66FX1M0__)
extern SPI1Class SPI1; extern SPI1Class SPI1;
extern SPI2Class SPI2;
#endif #endif
#endif #endif

Loading…
Cancel
Save