##// END OF EJS Templates
min values for rw_delta_f and rw_k added
paul -
r64:e01ac8bd125a R3++
parent child
Show More
@@ -213,6 +213,8 typedef struct ring_node
213 213 #define MAX_PAS_FILTER_OFFSET 7
214 214 #define MIN_PAS_FILTER_SHIFT 0.0
215 215 #define MAX_PAS_FILTER_SHIFT 1.0
216 #define MIN_SY_LFR_SC_RW_DELTA_F 0
217 #define MIN_SY_LFR_RW_K 0
216 218 //
217 219 #define SY_LFR_DPU_CONNECT_TIMEOUT 100 // 100 * 10 ms = 1 s
218 220 #define SY_LFR_DPU_CONNECT_ATTEMPT 3
@@ -266,6 +268,7 typedef struct ring_node
266 268 #define LFR_SUCCESSFUL 0
267 269 #define LFR_DEFAULT 1
268 270 #define LFR_EXE_ERROR 2
271 #define LFR_DEFAULT_ALT -1
269 272
270 273 //******
271 274 // RTEMS
General Comments 0
You need to be logged in to leave comments. Login now