mirror of https://github.com/contiki-ng/mspsim
removed obsolete method
This commit is contained in:
parent
6c7ccde06d
commit
bc1027e494
|
|
@ -191,15 +191,6 @@ public class IOPort extends IOUnit {
|
||||||
portListener = PortListenerProxy.removePortListener(portListener, oldListener);
|
portListener = PortListenerProxy.removePortListener(portListener, oldListener);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public synchronized void setPortListener(PortListener listener) {
|
|
||||||
if (listener != null) {
|
|
||||||
addPortListener(listener);
|
|
||||||
} else {
|
|
||||||
portListener = null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setTimerCapture(Timer timer, int pin) {
|
public void setTimerCapture(Timer timer, int pin) {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
log("Setting timer capture for pin: " + pin);
|
log("Setting timer capture for pin: " + pin);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue