Remove tftp context from header file
It should not be used anywhere else
This commit is contained in:
2023-11-09 16:56:43 +01:00
parent 73f9228afe
commit 8237f7911b

View File

@@ -15,7 +15,5 @@
#define TFTP_READ 0
extern struct tftp_context tftpContext_s;
void tftp_server_init(void);
#endif // PROJECT_TFTP_H