modbus_tcp
Add comment for Obe
This commit is contained in:
@@ -49,7 +49,7 @@ static err_t modbus_incoming_data(void* arg, struct tcp_pcb* pcb, struct pbuf* p
|
|||||||
char text[TEXT_LENGTH];
|
char text[TEXT_LENGTH];
|
||||||
uint32_t result_background = 0xff000000;
|
uint32_t result_background = 0xff000000;
|
||||||
uint32_t text_foreground_color = 0xff000000;
|
uint32_t text_foreground_color = 0xff000000;
|
||||||
LWIP_UNUSED_ARG(arg);
|
LWIP_UNUSED_ARG(arg); // This is used to prevent a warning
|
||||||
|
|
||||||
// Putting underscores in the whole array
|
// Putting underscores in the whole array
|
||||||
memset(text, '_', TEXT_LENGTH);
|
memset(text, '_', TEXT_LENGTH);
|
||||||
|
|||||||
Reference in New Issue
Block a user