Changed priority parameter to unsigned since we don't need to use negative values and were not checking for negative to be invalid.

This commit is contained in:
skarg
2007-05-22 13:44:07 +00:00
parent 78cec1d8c4
commit 076ee5f3ca
+1 -1
View File
@@ -183,7 +183,7 @@ bool Analog_Output_Present_Value_Set(uint32_t object_instance,
} }
bool Analog_Output_Present_Value_Relinquish(uint32_t object_instance, bool Analog_Output_Present_Value_Relinquish(uint32_t object_instance,
int priority) unsigned priority)
{ {
unsigned index = 0; unsigned index = 0;
bool status = false; bool status = false;