Setting DEBUG_SV_PUBLISHER by default to 0

This commit is contained in:
Cedric Boudinet 2017-02-16 15:47:28 +01:00
parent 8432ea8a13
commit d95a31c628
2 changed files with 3 additions and 0 deletions

View file

@ -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 */

View file

@ -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