Merge branch 'bugfix/ble_mesh_not_define_bool_v3.3' into 'release/v3.3'

Bugfix/ble mesh not define bool (v3.3)

See merge request espressif/esp-idf!9318
This commit is contained in:
Island 2020-06-28 20:22:50 +08:00
commit 036828a172

View file

@ -28,18 +28,6 @@ typedef unsigned long long u64_t;
typedef int bt_mesh_atomic_t;
#ifndef bool
#define bool int8_t
#endif
#ifndef false
#define false 0
#endif
#ifndef true
#define true 1
#endif
#ifndef PRIu64
#define PRIu64 "llu"
#endif