mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-31 06:10:03 +00:00
porting/nuttx: Fix error: implicit declaration of function 'usleep'
Report here: https://github.com/apache/nuttx/actions/runs/4098214664/jobs/7067171681 Signed-off-by: Xiang Xiao <[email protected]>
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "nimble/nimble_npl.h"
|
||||
#include "nimble/nimble_port.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user