dead code
This commit is contained in:
parent
1e3758c6d3
commit
8f90a5b291
|
@ -1,15 +0,0 @@
|
||||||
package com.rusefi.ui.widgets;
|
|
||||||
|
|
||||||
import com.rusefi.core.Sensor;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 7/11/13
|
|
||||||
* (c) Andrey Belomutskiy
|
|
||||||
*/
|
|
||||||
public class AdcDebugControl extends BooleanFlagControlPanel {
|
|
||||||
public AdcDebugControl() {
|
|
||||||
super("Adc Debug", "");
|
|
||||||
installStatusReader(Sensor.ADC_STATUS);
|
|
||||||
installCommand("adcDebug ");
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue