删除rt_thread_sleep遗留

This commit is contained in:
Meco Man
2024-08-13 19:36:32 -04:00
parent 3e246caa1c
commit c90179beb5
9 changed files with 18 additions and 19 deletions

View File

@@ -18,7 +18,7 @@
#include <sys/time.h>
#include <unistd.h>
#define usleep rt_thread_sleep
#define usleep rt_thread_delay
/* Our event variable using a condition variable contruct. */
typedef struct {