Skip to content

Commit

Permalink
- enabled L2 GOOSE/SMV by default in standard stack_config.h (used by…
Browse files Browse the repository at this point in the history
… make files)
  • Loading branch information
mzillgith committed Nov 18, 2024
1 parent 7b12c07 commit 37596ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/stack_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37596ec

Please sign in to comment.