0.1.1
- исправлена интеграция с библиотекой MyLibs - добавлено обхъявление MODBUS_SlaveStart в заголовочный файл
This commit is contained in:
@@ -87,7 +87,15 @@
|
||||
#define RS_EnableTransmit()
|
||||
#endif
|
||||
|
||||
#ifndef __MYLIBS_INCLUDE_H_
|
||||
#ifndef printf_rs_err
|
||||
#define printf_rs_err(...)
|
||||
#endif
|
||||
|
||||
#ifndef printf_rs
|
||||
#define printf_rs(...)
|
||||
#endif
|
||||
|
||||
#ifndef __MYLIBS_CONFIG_H_
|
||||
// дефайны из mylibs include
|
||||
static int dummy;
|
||||
#define TrackerTypeDef(num_user_vars) void *
|
||||
@@ -110,14 +118,8 @@ static int dummy;
|
||||
#define TrackerClear_Warn(_cntstruct_)
|
||||
#define TrackerClear_User(_cntstruct_)
|
||||
#define TrackerClear_UserAll(_cntstruct_)
|
||||
|
||||
#ifndef printf_rs_err
|
||||
#define printf_rs_err(...)
|
||||
#endif
|
||||
|
||||
#ifndef printf_rs
|
||||
#define printf_rs(...)
|
||||
#endif
|
||||
#else
|
||||
#include "mylibs_include.h"
|
||||
#endif
|
||||
|
||||
#ifndef RS_USER_VARS_NUMB
|
||||
|
||||
Reference in New Issue
Block a user