TFTP
Add initial framework, not doing anything at the moment
This commit is contained in:
12
project/Core/Inc/tftp.h
Normal file
12
project/Core/Inc/tftp.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user