Bladeren bron

Add missing SPCR definitions. (#243)

teensy4-core
tni 7 jaren geleden
bovenliggende
commit
528c6e5182
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. +4
    -0
      teensy3/avr_emulation.cpp

+ 4
- 0
teensy3/avr_emulation.cpp Bestand weergeven

@@ -33,12 +33,16 @@
#include "SPIFIFO.h"

uint8_t SPCRemulation::pinout = 0;
SPCRemulation SPCR;
#if defined(KINETISL)
uint8_t SPCR1emulation::pinout = 0;
SPCR1emulation SPCR1;
#endif
#if defined(__MK64FX512__) || defined(__MK66FX1M0__)
uint8_t SPCR1emulation::pinout = 0;
SPCR1emulation SPCR1;
uint8_t SPCR2emulation::pinout = 0;
SPCR2emulation SPCR2;
#endif
#ifdef HAS_SPIFIFO


Laden…
Annuleren
Opslaan