diff options
Diffstat (limited to 'net/tftp.h')
-rw-r--r-- | net/tftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tftp.h b/net/tftp.h index c51aa253c47..18e4c9c25d7 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -19,7 +19,7 @@ void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */ #ifdef CONFIG_CMD_TFTPSRV -extern void TftpStartServer(void); /* Wait for incoming TFTP put */ +extern void TftpStartServer(void); /* Wait for incoming TFTP put */ #endif /**********************************************************************/ |