ftrias / TeensyThreads

MIT License
184 stars 26 forks source link

Fix Systick conflict with MillisTimer #4

Closed PaulStoffregen closed 7 years ago

PaulStoffregen commented 7 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?