xmodem.h 92 B

12345678
  1. #ifndef _XMODEM_H
  2. #define _XMODEM_H
  3. #include "ff.h"
  4. void xmodem_rxfile(FIL* fil);
  5. #endif