ftrias / TeensyThreads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not compiling for T3.6

dimitre opened this issue · comments

Build options changed, rebuilding all
/Users/z/Documents/Arduino/libraries/TeensyThreads/TeensyThreads.cpp: In member function 'int Threads::setMicroTimer(int)':
/Users/z/Documents/Arduino/libraries/TeensyThreads/TeensyThreads.cpp:358:3: error: 'context_timer' was not declared in this scope
   context_timer.priority(255);
   ^
Error compiling for board Teensy 3.6.

but actually compiles fine for T3.2

That was a mistake in an #ifdef. Fixed by latest commit.

outstanding!