Fix unused if it is already defined
This commit is contained in:
2023-11-17 16:29:40 +01:00
parent f82634daa0
commit 0a9082678d

View File

@@ -22,7 +22,9 @@ extern "C" {
#define TFTP_READ 0
#ifndef UNUSED
#define UNUSED(x) (void)(x)
#endif
typedef struct tftp_custom_file_s {
char* data;