Merge pull request #263 from dergentk/lssfix
Fix default CO_CONFIG_LSS value
This commit is contained in:
commit
5d5fea61e3
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
/* default configuration, see CO_config.h */
|
||||
#ifndef CO_CONFIG_LSS
|
||||
#define CO_CONFIG_LSS (CO_CONFIG_LSS_SLAVE \
|
||||
#define CO_CONFIG_LSS (CO_CONFIG_LSS_SLAVE | \
|
||||
CO_CONFIG_GLOBAL_FLAG_CALLBACK_PRE)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue