소스 검색

Merge pull request #250 from FrankBoesing/patch-9

end() never disables interrupts
teensy4-core
Paul Stoffregen 7 년 전
부모
커밋
632f311db1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      teensy3/IntervalTimer.cpp

+ 1
- 0
teensy3/IntervalTimer.cpp 파일 보기

@@ -84,6 +84,7 @@ bool IntervalTimer::beginCycles(void (*funct)(), uint32_t cycles)
void IntervalTimer::end() {
if (channel) {
int index = channel - KINETISK_PIT_CHANNELS;
NVIC_DISABLE_IRQ(IRQ_PIT_CH0 + index);
funct_table[index] = dummy_funct;
channel->TCTRL = 0;
#if defined(KINETISL)

Loading…
취소
저장