Files
2023-Webservices_And_Applic…/project/Core/Inc/tftp.h
2023-11-06 22:30:29 +01:00

17 lines
282 B
C

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