diff --git a/src/btstack_memory_generator.py b/src/btstack_memory_generator.py index 621c62b6e..f6603e0f1 100755 --- a/src/btstack_memory_generator.py +++ b/src/btstack_memory_generator.py @@ -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 """