source: S-port/trunk/Core/Inc/TFTP.h@ 1

Last change on this file since 1 was 1, checked in by AlexLir, 3 years ago
File size: 170 bytes
Line 
1/*
2 * TFTP.h
3 *
4 * Created: 26.05.2021 17:40:00
5 * Author: Admin
6 */
7
8
9#ifndef TFTP_H_
10#define TFTP_H_
11
12void tftpServer_init(void);
13
14#endif /* TFTP_H_ */
Note: See TracBrowser for help on using the repository browser.