Removed or #if code that was not embedded friendly when building without an OS.

This commit is contained in:
skarg
2009-11-19 16:06:18 +00:00
parent 2b519a5570
commit 1d9fed6bc6
4 changed files with 8 additions and 6 deletions
+4
View File
@@ -33,7 +33,9 @@
####COPYRIGHTEND####*/
#include <stdbool.h>
#include <string.h>
#if PRINT_ENABLED
#include <stdio.h>
#endif
#include "bacprop.h"
PROP_TAG_DATA bacnet_object_device_property_tag_map[] = {
@@ -107,7 +109,9 @@ signed bacprop_property_tag(
bacprop_tag_by_index_default
(bacnet_object_device_property_tag_map, prop, -1);
default:
#if PRINT_ENABLED
fprintf(stderr, "Unsupported object type");
#endif
break;
}