Advertisement
Guest User

Untitled

a guest
Aug 28th, 2017
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Arduino: 1.8.4 (Mac OS X), TD: 1.38, Board: "Teensy LC, Serial, 48 MHz, Smallest Code, US English"
  2.  
  3. In file included from /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/IntervalTimer.h:34:0,
  4. from /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/IntervalTimer.cpp:31:
  5. /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/IntervalTimer.cpp: In member function 'void IntervalTimer::end()':
  6. /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/IntervalTimer.cpp:87:20: error: 'IRQ_PIT_CH0' was not declared in this scope
  7. NVIC_DISABLE_IRQ(IRQ_PIT_CH0 + index);
  8. ^
  9. /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/kinetis.h:5627:68: note: in definition of macro 'NVIC_DISABLE_IRQ'
  10. #define NVIC_DISABLE_IRQ(n) (*((volatile uint32_t *)0xE000E180 + ((n) >> 5)) = (1 << ((n) & 31)))
  11. ^
  12. Error compiling for board Teensy LC.
  13.  
  14. This report would have more information with
  15. "Show verbose output during compilation"
  16. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement