/* * TFTP.h * * Created: 26.05.2021 17:40:00 * Author: Admin */ #ifndef TFTP_H_ #define TFTP_H_ void tftpServer_init(void); #endif /* TFTP_H_ */