Index: firmware/App/DDCommon.h =================================================================== diff -u -r9102c5da21a15bdaf4bb3bc38795ceb064e3c443 -r322747d530c1b8205be257557e53dcfe9caad50a --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 9102c5da21a15bdaf4bb3bc38795ceb064e3c443) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 322747d530c1b8205be257557e53dcfe9caad50a) @@ -33,6 +33,12 @@ #ifndef _VECTORCAST_ // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing +//flag to check PT100 use in calculations +#define USE_PT_100 1 + +//Uncomment the below line for new dosing pump testing +#define __PUMPTEST__ 1 + #include #include #endif