Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: udp/tftp.c
- Revision:
- 83:08c983006a6e
- Parent:
- 66:18a10c0b6d93
- Child:
- 93:580fc113d9e9
diff -r 20781198d26d -r 08c983006a6e udp/tftp.c
--- a/udp/tftp.c Thu Nov 15 18:42:42 2018 +0000
+++ b/udp/tftp.c Sat Nov 17 15:49:03 2018 +0000
@@ -67,6 +67,7 @@
default: LogF("Unknown error code 00%02x", *p ); break;
}
}
+bool TftpSendRequestsViaIp4 = false;
uint32_t TftpServerIp4;
char TftpServerIp6[16];
int TftpWriteStatus = TFTP_WRITE_STATUS_NONE;