From 8237f7911b2c9a175bc0683348b7be252997dc36 Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Thu, 9 Nov 2023 16:56:43 +0100 Subject: [PATCH] TFTP Remove tftp context from header file It should not be used anywhere else --- project/Core/Inc/tftp.h | 2 -- 1 file changed, 2 deletions(-) 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