Index: firmware/source/sys_main.c =================================================================== diff -u -r313982ccc772f1bbe182877dff7e00381b04e0f4 -rf8bb43e62a4d10b64d8b197e372a56adfcfb88b9 --- firmware/source/sys_main.c (.../sys_main.c) (revision 313982ccc772f1bbe182877dff7e00381b04e0f4) +++ firmware/source/sys_main.c (.../sys_main.c) (revision f8bb43e62a4d10b64d8b197e372a56adfcfb88b9) @@ -72,7 +72,9 @@ #include "Level.h" #include "MsgQueues.h" #include "OperationModes.h" +#ifdef __PUMPTEST__ #include "PistonPumpControl.h" +#endif #include "Pressure.h" #include "ROInterface.h" #include "SafetyShutdown.h"