Improve TFTP comments

This commit is contained in:
Dirk Ziegelmeier
2018-10-08 12:48:16 +02:00
parent 6c2fd2d25d
commit 5a8bd37509
2 changed files with 7 additions and 6 deletions

View File

@@ -77,6 +77,7 @@ tftp_write(void* handle, struct pbuf* p)
return 0;
}
/* For TFTP client only */
static int
tftp_error(void* handle, int err, const char* msg, int size)
{