ftrias / TeensyThreads

MIT License
178 stars 26 forks source link

Not compiling for T3.6 #18

Closed dimitre closed 4 years ago

dimitre commented 4 years ago
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

ftrias commented 4 years ago

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

dimitre commented 4 years ago

outstanding!