Replace usleep() with nanosleep().
usleep() is apparently deprecated. This change also fixes a compiler error on GCC when using -std=c99.
Showing
Please register or sign in to comment
usleep() is apparently deprecated. This change also fixes a compiler error on GCC when using -std=c99.