Setting DEBUG_SV_PUBLISHER by default to 0
This commit is contained in:
parent
8432ea8a13
commit
d95a31c628
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#define DEBUG_GOOSE_SUBSCRIBER 0
|
||||
#define DEBUG_GOOSE_PUBLISHER 0
|
||||
#define DEBUG_SV_SUBSCRIBER 0
|
||||
#define DEBUG_SV_PUBLISHER 0
|
||||
#define DEBUG_HAL_ETHERNET 0
|
||||
|
||||
/* Maximum MMS PDU SIZE - default is 65000 */
|
||||
|
|
|
@ -30,7 +30,9 @@
|
|||
#include "hal_ethernet.h"
|
||||
#include "ber_encoder.h"
|
||||
|
||||
#ifndef DEBUG_SV_PUBLISHER
|
||||
#define DEBUG_SV_PUBLISHER 1
|
||||
#endif
|
||||
|
||||
#define CONFIG_SV_DEFAULT_DST_ADDRESS CONFIG_GOOSE_DEFAULT_DST_ADDRESS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue