removed bad import

git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@425 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
This commit is contained in:
joxe 2008-11-21 23:05:05 +00:00
parent c2584c6fae
commit 9ec54290a5
2 changed files with 4 additions and 6 deletions

View File

@ -10,10 +10,11 @@
- improved CC2420 support including correct overflow handling and better
handling of VREG_OFF
- added logging on/off from CLI and support for loggin CC2420
- added CLI commands tee and trig.
0.94
Changes:
- fixed so that IOPorts output 1 on pins that are configured as input
- fixed so that IOPorts output 1 on pins that are configured as input
(with DIR)
- fixed notification of operating modes on the CC2420 for duty cycle calculation, etc.
- fixed status register update bug (byte/word problem)
@ -25,7 +26,7 @@ Changes:
- improved correctness of timer when reconfiguring CPU clock speed (MCLK)
- improved interrupt handling in MSP430 core
- added CLI command printcalls that prints all function calls
- fixed buffering of serial input in GUI to avoid freezing AWT.
- fixed buffering of serial input in GUI to avoid freezing AWT.
0.93
Changes:
@ -35,7 +36,7 @@ Changes:
scheduled back in time (causing other subsystems to get
delays on their events...)
- fixed RadioWrapper for backward compatibility with PacketListener
(for the CC2420).
(for the CC2420).
- fixed ADC12 to turn off event scheduling when ADC12 is not on anymore
- fixed xmem read/write for cli and added Memory API for flash memory.

View File

@ -48,9 +48,6 @@ import java.io.PrintStream;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.regex.Pattern;
import com.sun.xml.internal.bind.CycleRecoverable.Context;
import se.sics.mspsim.core.MSP430;
import se.sics.mspsim.core.TimeEvent;
import se.sics.mspsim.util.ComponentRegistry;