1
0
Fork 0

Merge pull request #263 from dergentk/lssfix

Fix default CO_CONFIG_LSS value
This commit is contained in:
Janez 2021-02-01 12:23:14 +01:00 committed by GitHub
commit 5d5fea61e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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