mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
tool/compile_gatt: mark profile_data as constexpr for C++11
This commit is contained in:
parent
d51536280e
commit
fa529fa70e
@ -51,6 +51,10 @@ header = '''
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
// Reference: https://en.cppreference.com/w/cpp/feature_test
|
||||||
|
#if __cplusplus >= 200704L
|
||||||
|
constexpr
|
||||||
|
#endif
|
||||||
const uint8_t profile_data[] =
|
const uint8_t profile_data[] =
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user