Updated code to compile on MPLAB C18 v2.44 compiler.

This commit is contained in:
skarg
2005-09-29 19:28:18 +00:00
parent b15fdebd83
commit c45d61b9e2
13 changed files with 144 additions and 104 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ int Analog_Input_Encode_Property_APDU(
break;
case PROP_OBJECT_NAME:
case PROP_DESCRIPTION:
sprintf(text_string,"ANALOG INPUT %d",object_instance);
sprintf(text_string,"ANALOG INPUT %u",object_instance);
apdu_len = encode_tagged_character_string(&apdu[0], text_string);
break;
case PROP_OBJECT_TYPE: