TFTP
Fix unused if it is already defined
This commit is contained in:
@@ -22,7 +22,9 @@ extern "C" {
|
|||||||
|
|
||||||
#define TFTP_READ 0
|
#define TFTP_READ 0
|
||||||
|
|
||||||
|
#ifndef UNUSED
|
||||||
#define UNUSED(x) (void)(x)
|
#define UNUSED(x) (void)(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct tftp_custom_file_s {
|
typedef struct tftp_custom_file_s {
|
||||||
char* data;
|
char* data;
|
||||||
|
|||||||
Reference in New Issue
Block a user