Fixed compile error exposed by unit test. Thanks, Morten!

This commit is contained in:
skarg
2013-12-09 19:30:19 +00:00
parent d03e35ebda
commit 85aed6b123
+1 -1
View File
@@ -1647,7 +1647,7 @@ bool bacapp_same_value(
break;
#endif
#if defined (BACAPP_LIGHTING_COMMAND)
case BACNET_APPLICATION_TAG_BIT_STRING:
case BACNET_APPLICATION_TAG_LIGHTING_COMMAND:
status = lighting_command_same(
&value->type.Lighting_Command,
&test_value->type.Lighting_Command);