Espressif Bluetooth wont compile without stdbool.h being included

This commit is contained in:
Mark Webb-Johnson 2018-05-16 10:32:33 +08:00
parent daef4b5c11
commit f4905cdf2f

View file

@ -15,6 +15,7 @@
#ifndef __THREAD_H__
#define __THREAD_H__
#include <stdbool.h>
#include "freertos/xtensa_api.h"
#include "freertos/FreeRTOSConfig.h"
#include "freertos/FreeRTOS.h"