/* * tftp_flash.h * * Created on: 15.07.2022 * Author: BArras */ #ifndef TFTP_TFTP_FLASH_H_ #define TFTP_TFTP_FLASH_H_ #include "lwip/apps/tftp_opts.h" #include "lwip/err.h" #include "lwip/pbuf.h" #include "lwip/ip_addr.h" #include "tftp_client.h" void tftp_example_init_client(void); #endif /* TFTP_TFTP_FLASH_H_ */