TFTP
First implementation of the read and open functions Write is not implemented yet
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
#define LOGGER_LEVEL_ALL
|
||||
#include <tftp_server.h>
|
||||
#include "log.h"
|
||||
#include "llfs.h"
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
|
||||
#define TFTP_READ 0
|
||||
|
||||
extern struct tftp_context tftpContext_s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user