/** * @file tftp.h * @brief tftp server * @author Speetjens S. */ #ifndef PROJECT_TFTP_H #define PROJECT_TFTP_H #define LOGGER_LEVEL_ALL #include "log.h" #include extern struct tftp_context tftpContext_s; void tftp_server_init(void); #endif //PROJECT_TFTP_H