Files
2023-Webservices_And_Applic…/project/Core/Inc/tftp.h
Sani7 e1118908d9 TFTP
Move over to the new fread that Lorentz is implementing
2023-11-11 00:38:39 +01:00

21 lines
337 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"
#include "llfs.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#define TFTP_READ 0
void tftp_server_init(void);
#endif // PROJECT_TFTP_H