Setting DEBUG_SV_PUBLISHER by default to 0

Cedric Boudinet 9 years ago
parent 8432ea8a13
commit d95a31c628

@ -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…
Cancel
Save