mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
[gp712] add include <stdbool.h> to resolve build issues (#3804)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#define ALARM_QORVO_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <openthread-core-config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef void (*qorvoPlatPollFunction_t)(uint8_t);
|
||||
typedef uint8_t (*qorvoPlatGotoSleepCheckCallback_t) (void);
|
||||
|
||||
Reference in New Issue
Block a user