From 725a29e2d3e06a827ed5983cc9c938c4a56c2996 Mon Sep 17 00:00:00 2001 From: Obe Van Lierde Date: Mon, 4 Dec 2023 14:54:08 +0100 Subject: [PATCH] Update modbus_tcp.c --- project/Core/Src/modbus_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Core/Src/modbus_tcp.c b/project/Core/Src/modbus_tcp.c index 3edc640..c1d2680 100644 --- a/project/Core/Src/modbus_tcp.c +++ b/project/Core/Src/modbus_tcp.c @@ -49,7 +49,7 @@ static err_t modbus_incoming_data(void* arg, struct tcp_pcb* pcb, struct pbuf* p char text[TEXT_LENGTH]; uint32_t result_background = 0xff000000; uint32_t text_foreground_color = 0xff000000; - LWIP_UNUSED_ARG(arg); + LWIP_UNUSED_ARG(arg); //removes warning // Putting underscores in the whole array memset(text, '_', TEXT_LENGTH);