diff --git a/project/Core/Inc/tftp.h b/project/Core/Inc/tftp.h index 02c0683..c820e63 100644 --- a/project/Core/Inc/tftp.h +++ b/project/Core/Inc/tftp.h @@ -15,7 +15,5 @@ #define TFTP_READ 0 -extern struct tftp_context tftpContext_s; - void tftp_server_init(void); #endif // PROJECT_TFTP_H