Index: firmware/App/Controllers/BloodLeak.c =================================================================== diff -u -r45d5a981853e5b4fd6a7c69fd4797bd782983979 -r6fdfb18ea064d6d2fb9f88032d8296a938c2d6f4 --- firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 45d5a981853e5b4fd6a7c69fd4797bd782983979) +++ firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 6fdfb18ea064d6d2fb9f88032d8296a938c2d6f4) @@ -33,7 +33,7 @@ // ********** private definitions ********** #define BLOOD_LEAK_PUB_INTERVAL ( MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) ///< Interval (ms/task time) at which the blood leak data is published on the CAN bus. -#define BLOOD_LEAK_TIMEOUT_MS 500 ///< Blood leak detector timeout for zeroing and self-test (15 ms extended edge detection) +#define BLOOD_LEAK_TIMEOUT_MS 1000 //500 // TODO for testing only ///< Blood leak detector timeout for zeroing and self-test (15 ms extended edge detection) #define BLOOD_LEAK_PERSISTENCE ( 10 * MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) ///< Persistence for blood leak detected alarm. #define BLOOD_LEAK_RESET_TX_FIFO 2 ///< Blood leak reset transmit FIFO command. #define BLOOD_LEAK_START_COMM_CTRL_U_ASCII 21 ///< Blood leak start communication command, ^U (Ctrl-U) in ascii.