PaulStoffregen / teensy_loader_cli

Command line Teensy Loader
http://www.pjrc.com/teensy/loader_cli.html
331 stars 152 forks source link

Suggest replace timeGetTime() with GetTickCount() #70

Open gwgill opened 2 years ago

gwgill commented 2 years ago

timeGetTime() needs to link the mm library, whereas GetTickCount() is part of the kernel library. One less dependency makes the code more portable.