Corrected compile error.

This commit is contained in:
skarg
2008-01-01 22:12:18 +00:00
parent 9ab6d4165f
commit af6490c6cd
+1
View File
@@ -174,6 +174,7 @@ bool Binary_Input_Change_Of_Value(
uint32_t object_instance)
{
bool status = false;
unsigned index;
index = Binary_Input_Instance_To_Index(object_instance);
if (index < MAX_BINARY_INPUTS) {