tsandmann / freertos-teensy

FreeRTOS port with C++ std::thread support for ARM boards Teensy 3.5, 3.6, 4.0 and 4.1 (cortex-m4f and cortex-m7f)
92 stars 15 forks source link

reent.h missing #5

Closed MichaelBMiner closed 2 years ago

MichaelBMiner commented 2 years ago

Hello,

I cloned your master branch, opened the folder in VS Code. I have also tried opening only the example blink as a PIO project. In both cases the reent.h file is missing.

MichaelBMiner commented 2 years ago

I closed an reopened VS Code, opened the blink example as a PIO project project, did a rebuild and it works great! Thank you !