ble_mesh: Remove boolean type definitions

pull/5628/head
lly 2020-06-11 16:17:49 +08:00
rodzic c04cfc2545
commit a0f1a43edc
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -28,20 +28,6 @@ typedef unsigned long long u64_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
#define PRIu64 "llu"
#endif