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
+2 -3
View File
@@ -32,7 +32,6 @@
-------------------------------------------
####COPYRIGHTEND####*/
#include <assert.h>
#include "bacdcode.h"
#include "npdu.h"
#include "device.h"
@@ -306,7 +305,7 @@ int bacapp_encode_property_state(
break;
default:
assert(0);
/* FIXME: assert(0); - return a negative len? */
break;
}
}
@@ -421,7 +420,7 @@ void testPropStates(
}
#ifdef TEST_PROP_STATES
#include <assert.h>
int main(
void)
{