From ffabb497c5736354175e5ae9a92359423c2f37e7 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Fri, 1 Mar 2013 00:18:13 +0000 Subject: [PATCH] fix preprocessor macros --- src/btstack_memory_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """