From 0ecd50d848d53a8c8e5ada1b6fa6463abbed3f88 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Mon, 18 Nov 2024 10:58:11 +0000 Subject: [PATCH] - enabled L2 GOOSE/SMV by default in standard stack_config.h (used by make files) --- config/stack_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/stack_config.h b/config/stack_config.h index 00ac2bcc..12dfd444 100644 --- a/config/stack_config.h +++ b/config/stack_config.h @@ -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