tftp: added example for tftp client

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Simon Goldschmidt
2018-10-17 21:39:37 +02:00
parent 0ee4784d0c
commit f098c4515e
5 changed files with 62 additions and 9 deletions

View File

@@ -18,7 +18,8 @@
extern "C" {
#endif
void tftp_example_init(void);
void tftp_example_init_server(void);
void tftp_example_init_client(void);
#ifdef __cplusplus
}