mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ble_mesh: Remove boolean type definitions
This commit is contained in:
@@ -28,20 +28,6 @@ typedef unsigned long long u64_t;
|
|||||||
|
|
||||||
typedef int bt_mesh_atomic_t;
|
typedef int bt_mesh_atomic_t;
|
||||||
|
|
||||||
#ifndef __cplusplus
|
|
||||||
#ifndef bool
|
|
||||||
#define bool int8_t
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef false
|
|
||||||
#define false 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef true
|
|
||||||
#define true 1
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef PRIu64
|
#ifndef PRIu64
|
||||||
#define PRIu64 "llu"
|
#define PRIu64 "llu"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user