arduino / openwrt-packages-yun

66 stars 51 forks source link

Added fix for this_thread::sleep_for #28

Open zacsketches opened 9 years ago

zacsketches commented 9 years ago

When I tried to use with the sleep_for method I got errors that sleep_for is not a member of this_thread. By following the advice at this post http://stackoverflow.com/questions/12523122/what-is-glibcxx-use-nanosleep-all-about I am going to see if I can rebuild GCC to fix this bug.