Index: trunk/firmware/SES/Src/precharge.c
===================================================================
--- trunk/firmware/SES/Src/precharge.c	(revision 3)
+++ trunk/firmware/SES/Src/precharge.c	(revision 4)
@@ -33,8 +33,8 @@
 	static int mal = 0;
 								//   DAC = 0   DAC = 3V
-	const int32_t delay_µs[DELAYS_NUM] = {   3,	  	   3,	  // 0, 1	  - 6710µs is MAX @320kHz, [0,1,2,3] = 3µs
-									       300,	  	   3,	  // 2, 3
-										    50,	  	   3, 	  // 4, 5
-										    50				  // 6
+	const int32_t delay_µs[DELAYS_NUM] = {   3, 3,	  // 0, 1	  - 6710µs is MAX @320kHz, [0,1,2,3] = 3µs
+									       500, 3,	  // 2, 3
+										   500, 3, 	  // 4, 5
+										   500		  // 6
 									     };
 	const int32_t delay_cnt[DELAYS_NUM] = { (delay_µs[ 0 ] * CURRENT_INTEGRAL_FREQ) / MHz,
@@ -125,5 +125,5 @@
 				stage = 5;
 				
-				if (mal++ >= 5/*1600*/)	  // approx 95ms
+				if (mal++ >= 1000/*1600*/)	  // approx 95ms
 				{
 					mal = 0;
