Преглед на файлове

Fix IntervalTimer on Teensy LC

main
PaulStoffregen преди 7 години
родител
ревизия
71740491ed
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      teensy3/IntervalTimer.cpp

+ 4
- 0
teensy3/IntervalTimer.cpp Целия файл

@@ -84,7 +84,11 @@ bool IntervalTimer::beginCycles(void (*funct)(), uint32_t cycles)
void IntervalTimer::end() {
if (channel) {
int index = channel - KINETISK_PIT_CHANNELS;
#if defined(KINETISK)
NVIC_DISABLE_IRQ(IRQ_PIT_CH0 + index);
#elif defined(KINETISL)
// TODO: disable IRQ_PIT, but only if both instances ended
#endif
funct_table[index] = dummy_funct;
channel->TCTRL = 0;
#if defined(KINETISL)

Loading…
Отказ
Запис