From b63cebb1725c0b8278341f3949487082665bb465 Mon Sep 17 00:00:00 2001 From: Grace-Koo Date: Fri, 22 Nov 2024 16:40:44 +0900 Subject: [PATCH] Add TFTP patch file --- patches/0002_iolibrary_driver_tftp.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/0002_iolibrary_driver_tftp.patch diff --git a/patches/0002_iolibrary_driver_tftp.patch b/patches/0002_iolibrary_driver_tftp.patch new file mode 100644 index 0000000..9c1e9a1 --- /dev/null +++ b/patches/0002_iolibrary_driver_tftp.patch @@ -0,0 +1,13 @@ +diff --git a/Internet/TFTP/tftp.h b/Internet/TFTP/tftp.h +index b8f3b4d..539f5b8 100644 +--- a/Internet/TFTP/tftp.h ++++ b/Internet/TFTP/tftp.h +@@ -16,7 +16,7 @@ extern "C" { + #define F_APP_TFTP + #define __TFTP_DEBUG__ + +-#define F_STORAGE // If your target support a storage, you have to activate this feature and implement. ++// #define F_STORAGE // If your target support a storage, you have to activate this feature and implement. + + #define SOCK_TFTP 1 +