程序:f_putc(*data, &file);
编译错误:
Error[Li005]: no definition for "f_putc" [referenced from D:\IAR ARM Prj\Particulate Matter Analyzer\EWARMv5\STM3210E-EVAL\Obj\main.o]
函数原型:
int f_putc (TCHAR, FIL*); /* Put a character to the file */
该函数已经在ff.c中实现,并在ff.h是志明过了 |