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

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

See merge request espressif/esp-idf!9394
This commit is contained in:
Island 2020-08-21 14:56:46 +08:00
commit 6e42afb45b

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