Index: firmware/source/sys_main.c =================================================================== diff -u -re0102a0a08c0d83bcc8e959551079063e2e60d9f -r229341f9eb23fec730cdf9b1f8f3960de2daf384 --- firmware/source/sys_main.c (.../sys_main.c) (revision e0102a0a08c0d83bcc8e959551079063e2e60d9f) +++ firmware/source/sys_main.c (.../sys_main.c) (revision 229341f9eb23fec730cdf9b1f8f3960de2daf384) @@ -73,9 +73,6 @@ #include "Level.h" #include "MsgQueues.h" #include "OperationModes.h" -#ifdef __PUMPTEST__ -#include "PistonPumpControl.h" -#endif #include "Pressure.h" #include "SafetyShutdown.h" #include "SystemCommDD.h" @@ -184,9 +181,6 @@ initTDInterface(); initFPInterface(); initUltrafiltration(); -#ifdef __PUMPTEST__ - initPistonPump(); -#endif } /*************************************************************************