Removed unused parameter to clean up compiler warning.

This commit is contained in:
skarg
2012-02-29 20:56:08 +00:00
parent 420d4ecd8a
commit eaf6c9cee6
-2
View File
@@ -61,8 +61,6 @@ static uint8_t Rx_Buf[MAX_MPDU] = { 0 };
static uint32_t Target_Device_Object_Instance = BACNET_MAX_INSTANCE;
/* Process identifier for matching replies */
static uint32_t Target_Device_Process_Identifier = 0;
/* buffer for service parameters */
static uint8_t Service_Parameters[MAX_APDU];
/* the invoke id is needed to filter incoming messages */
static uint8_t Request_Invoke_ID = 0;
/* MAC and SNET address of target */