Hi Nathan,
I was starting to play around with the Mad Hatter and the Servo Shield, and thought I would try using TimerZ Output on IO pin 6 which I believe has FTIOB0 connected, So I started to hack up a program. When I tried to compile, to see if I got some register names correct it failed to link. I extracted to a minimum.
Code:
oninterrupt TIMERZ0INT_IMIEB, HANDLE_TIMERZ0_B
HANDLE_TIMERZ0_B:
resume
The compiler errored with:
Code:
c:\users\kurt\desktop\lynxmotion\test.o(.text+0x289): undefined reference to `HNDLR_TIMERZ0_EXIT'
This is build ...11
Kurt