STM32F105RC移植FATFS 0.13C遇这两个函数问题,编译时提示未定义(仅在ff.h中有声明),请问如何处理?谢谢.
WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */
-----------------------------------------
编译时错误提示:
Error: L6218E: Undefined symbol ff_oem2uni (referred from ff.o).
Error: L6218E: Undefined symbol ff_uni2oem (referred from ff.o).
|