Remove debug_threshold from debugging test
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
||||||
driver he3_polanal = {
|
driver he3_polanal = {
|
||||||
debug_threshold = 0;
|
|
||||||
protocol = std;
|
protocol = std;
|
||||||
class = instrument;
|
class = instrument;
|
||||||
simulation_group = rfgen_simulation;
|
simulation_group = rfgen_simulation;
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
# vim: ft=tcl ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
# vim: ft=tcl ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
||||||
#
|
#
|
||||||
driver knauer_pump = {
|
driver knauer_pump = {
|
||||||
debug_threshold = 0;
|
|
||||||
vendor = knauer; device = pump40p; protocol = knauer_ap;
|
vendor = knauer; device = pump40p; protocol = knauer_ap;
|
||||||
class = environment;
|
class = environment;
|
||||||
simulation_group = environment_simulation;
|
simulation_group = environment_simulation;
|
||||||
|
Reference in New Issue
Block a user