From 5204afca9e2f23e6b9270f968ec0bd6e276d4718 Mon Sep 17 00:00:00 2001 From: "Jakob.Meier" <–meierj@irs.uni-stuttgart.de> Date: Tue, 17 Aug 2021 12:00:58 +0200 Subject: [PATCH] pcdu debug output disabled now --- linux/fsfwconfig/OBSWConfig.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/fsfwconfig/OBSWConfig.h.in b/linux/fsfwconfig/OBSWConfig.h.in index d14aaa77..e2693430 100644 --- a/linux/fsfwconfig/OBSWConfig.h.in +++ b/linux/fsfwconfig/OBSWConfig.h.in @@ -44,9 +44,9 @@ debugging. */ #define BOARD_TE0720 0 #define TE0720_HEATER_TEST 0 -#define P60DOCK_DEBUG 1 -#define PDU1_DEBUG 1 -#define PDU2_DEBUG 1 +#define P60DOCK_DEBUG 0 +#define PDU1_DEBUG 0 +#define PDU2_DEBUG 0 #define ACU_DEBUG 0 #define SYRLINKS_DEBUG 0 #define IMQT_DEBUG 0