This commit is contained in:
2021-03-17 11:14:48 +01:00
parent e048d6d7ec
commit c3a3394c8a
5 changed files with 433 additions and 1 deletions

View File

@ -25,7 +25,8 @@ debugging. */
#define PDU1_DEBUG 0
#define PDU2_DEBUG 0
#define ACU_DEBUG 0
#define SYRLINKS_DEBUG 1
#define SYRLINKS_DEBUG 0
#define IMQT_DEBUG 1
#include "OBSWVersion.h"

View File

@ -19,6 +19,7 @@ enum {
HEATER_HANDLER,
SA_DEPL_HANDLER,
SYRLINKS_HANDLER,
IMQT_HANDLER,
};
}