mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
fix preprocessor macros
This commit is contained in:
parent
e045abde1a
commit
ffabb497c5
@ -30,7 +30,7 @@ void btstack_memory_STRUCT_NAME_free(void *STRUCT_NAME){
|
||||
free(STRUCT_NAME);
|
||||
}
|
||||
#else
|
||||
#error "The struct STRUCT_NAME has neither HAVE_MALLOC nor POOL_COUNT defined. Please, edit the config file."
|
||||
#error "Neither HAVE_MALLOC nor POOL_COUNT for struct STRUCT_NAME is defined. Please, edit the config file."
|
||||
#endif
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user