Index: firmware/App/Modes/ModeFault.c =================================================================== diff -u -r065601bf5b0fc1b31b10ab54c2711875923c369a -rbd0ae373570f7f224bb9a6a4e86f805be77de192 --- firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 065601bf5b0fc1b31b10ab54c2711875923c369a) +++ firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision bd0ae373570f7f224bb9a6a4e86f805be77de192) @@ -22,6 +22,7 @@ #include "DialInFlow.h" #include "DialOutFlow.h" #include "ModeFault.h" +#include "ModePostTreat.h" #include "OperationModes.h" #include "SyringePump.h" #include "SystemCommMessages.h" @@ -68,6 +69,8 @@ { sendPOSTFinalResult( FALSE ); } + + collectTreatmentLogData(); } /*********************************************************************//**