9 lines
92 B
C
9 lines
92 B
C
#ifndef _XMODEM_H
|
|
#define _XMODEM_H
|
|
|
|
#include "ff.h"
|
|
|
|
void xmodem_rxfile(FIL* fil);
|
|
|
|
#endif
|