소스 검색

Add missing SPCR definitions. (#243)

teensy4-core
tni 7 년 전
부모
커밋
528c6e5182
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      teensy3/avr_emulation.cpp

+ 4
- 0
teensy3/avr_emulation.cpp 파일 보기

@@ -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


Loading…
취소
저장