ftrias / TeensyThreads

MIT License
178 stars 26 forks source link

Fix Systick conflict with MillisTimer #4

Closed PaulStoffregen closed 6 years ago

PaulStoffregen commented 6 years ago

Fixes a compile error due to a conflict with the new MillisTimer in EventResponder.cpp.

Future work will be needed if programs using MillisTimer are to be supported? Perhaps a high priority thread or special context switching could run the MillisTimer::runFromTimer() function after each systick interrupt?