fix preprocessor macros

This commit is contained in:
matthias.ringwald 2013-03-01 00:18:13 +00:00
parent e045abde1a
commit ffabb497c5

View File

@ -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
"""