From 2bfa49cbe4a7e8702908a92073be1ca181ded923 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 20 Apr 2018 01:30:13 +0000 Subject: [PATCH] Fix extraneous PRINT_ENABLED which caused compiler warning. --- bacnet-stack/demo/handler/s_getevent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/demo/handler/s_getevent.c b/bacnet-stack/demo/handler/s_getevent.c index 5bfcad3f..1c0a870c 100644 --- a/bacnet-stack/demo/handler/s_getevent.c +++ b/bacnet-stack/demo/handler/s_getevent.c @@ -43,7 +43,7 @@ #include "handlers.h" #include "txbuf.h" #include "client.h" -#define PRINT_ENABLED 1 + /** @file s_getevent.c Send a GetEventInformation request. */ /** Send a GetEventInformation request to a remote network for a specific device, a range, @@ -68,7 +68,7 @@ uint8_t Send_GetEvent( pdu_len = npdu_encode_pdu(&Handler_Transmit_Buffer[0], target_address, &my_address, &npdu_data); - + invoke_id = tsm_next_free_invokeID(); if (invoke_id) { /* encode the APDU portion of the packet */