Index: firmware/App/DDCommon.h =================================================================== diff -u -rf4a8565c7edec12094b8a737ed7b8cd3424a9208 -rd3e727d1ac6d0aa9e73f703e1bd8bde830a02bd6 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision f4a8565c7edec12094b8a737ed7b8cd3424a9208) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision d3e727d1ac6d0aa9e73f703e1bd8bde830a02bd6) @@ -45,9 +45,6 @@ //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 -//Uncomment below to disable heaters debug message -#define __HEATERS_DEBUG__ 1 - //Uncomment below for spent chamber filling //#define __SPENT_CHAMBER_FILL__ 1 @@ -57,6 +54,9 @@ //Uncomment below for Maxon controller speed change //#define __MAXON_SPEED_UPDATE__ 1 +//Uncomment below to disable heaters debug message +#define __HEATERS_DEBUG__ 1 + #include #include #endif