Cleanup gateway example Makefile build (#380)

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-01-09 13:40:33 -06:00
committed by GitHub
parent 35fa602bc6
commit 225ffb0d4c
4 changed files with 49 additions and 42 deletions
@@ -616,6 +616,8 @@ int Routed_Device_Service_Approval(BACNET_SERVICES_SUPPORTED service,
uint8_t invoke_id)
{
int len = 0;
(void)service_argument;
switch (service) {
case SERVICE_SUPPORTED_REINITIALIZE_DEVICE:
/* If not the gateway device, we don't support RD */
@@ -643,5 +645,6 @@ int Routed_Device_Service_Approval(BACNET_SERVICES_SUPPORTED service,
/* Everything else is a pass, at this time. */
break;
}
return len;
}