- enabled L2 GOOSE/SMV by default in standard stack_config.h (used by make files)

v1.6
Michael Zillgith 9 months ago
parent 2b57314c79
commit 0ecd50d848

@ -164,10 +164,10 @@
#define CONFIG_IEC61850_R_SMV 0
/* compile with support for L2 GOOSE */
#define CONFIG_IEC61850_L2_GOOSE 0
#define CONFIG_IEC61850_L2_GOOSE 1
/* compile with support for L2 SMV */
#define CONFIG_IEC61850_L2_SMV 0
#define CONFIG_IEC61850_L2_SMV 1
/* compile SNTP client code */
#define CONFIG_IEC61850_SNTP_CLIENT 0

Loading…
Cancel
Save