Merge branch 'bugfix/ble_mesh_not_define_bool_v4.2' into 'release/v4.2'

Bugfix/ble mesh not define bool (v4.2)

See merge request espressif/esp-idf!9316
This commit is contained in:
Island
2020-06-28 20:23:21 +08:00

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