Ver código fonte

end() never disables interrupts

attention, patch for KINETISK only
main
Frank 7 anos atrás
pai
commit
4a0aebb783
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      teensy3/IntervalTimer.cpp

+ 1
- 0
teensy3/IntervalTimer.cpp Ver arquivo

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

Carregando…
Cancelar
Salvar