1
0
Fork 0

Fix default CO_CONFIG_LSS value

This commit is contained in:
Koen Dergent 2021-02-01 11:47:49 +01:00
parent 887862c605
commit 36f5b50ed9

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