mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +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>
|
||||
|
||||
// Reference: https://en.cppreference.com/w/cpp/feature_test
|
||||
#if __cplusplus >= 200704L
|
||||
constexpr
|
||||
#endif
|
||||
const uint8_t profile_data[] =
|
||||
'''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user