Corrected compile error.
This commit is contained in:
@@ -174,6 +174,7 @@ bool Binary_Input_Change_Of_Value(
|
|||||||
uint32_t object_instance)
|
uint32_t object_instance)
|
||||||
{
|
{
|
||||||
bool status = false;
|
bool status = false;
|
||||||
|
unsigned index;
|
||||||
|
|
||||||
index = Binary_Input_Instance_To_Index(object_instance);
|
index = Binary_Input_Instance_To_Index(object_instance);
|
||||||
if (index < MAX_BINARY_INPUTS) {
|
if (index < MAX_BINARY_INPUTS) {
|
||||||
|
|||||||
Reference in New Issue
Block a user