Files
2023-Webservices_And_Applic…/project/Core/Inc/tftp.h
Sander Speetjens d84bd877e1 TFTP
Add initial framework, not doing anything at the moment
2023-11-06 21:38:19 +01:00

13 lines
220 B
C

//
// Created by sanderspeetjens on 06/11/23.
//
#ifndef PROJECT_TFTP_H
#define PROJECT_TFTP_H
#include <tftp_server.h>
extern struct tftp_context tftpContext_s;
void tftp_server_init(void);
#endif //PROJECT_TFTP_H