dead code
This commit is contained in:
parent
a86a2b0b53
commit
7c4e320aaf
|
@ -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