* uFR lib version 3.8.15
Implemented Auto-Sleep functionality. New functions in uFCoder-multi.c: -AutoSleepSetM() -AutoSleepGetM() New functions in uFCoder-single.c: -AutoSleepSet() -AutoSleepGet() -Releasing of the version 3.8.14 has been stopped because of bug detected. git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@7 70e0a68e-34dc-42a9-ac42-4afe8c0da599 -------------------------------------------------------------------------------------- * Updated uFCoder.h include file. For gcc dynamic import __stdcall calling convention must be used. Code changes: # ifdef DL_uFC_STATIC_LIB # define DL_API __stdcall # elif defined DL_uFC_GCC_DLL_IMPORT # define DL_API __stdcall # ... git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@9 70e0a68e-34dc-42a9-ac42-4afe8c0da599 -------------------------------------------------------------------------------------- Signed-off-by: zborac
parent
f6196671
Please register or sign in to comment