diff --git a/src/btstack_memory_generator.py b/src/btstack_memory_generator.py index a9e5a128c..621c62b6e 100755 --- a/src/btstack_memory_generator.py +++ b/src/btstack_memory_generator.py @@ -29,7 +29,8 @@ void * btstack_memory_STRUCT_NAME_get(void){ 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." +#else +#error "The struct STRUCT_NAME has neither HAVE_MALLOC nor POOL_COUNT defined. Please, edit the config file." #endif """