mspsim setup node ports without file access

This commit is contained in:
fros4943 2008-04-03 14:02:20 +00:00
parent a4c408fb66
commit ce3ed6d064

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: SkyMote.java,v 1.3 2008/04/01 08:09:35 fros4943 Exp $ * $Id: SkyMote.java,v 1.4 2008/04/03 14:02:20 fros4943 Exp $
*/ */
package se.sics.cooja.mspmote; package se.sics.cooja.mspmote;
@ -59,7 +59,7 @@ public class SkyMote extends MspMote {
protected boolean initEmulator(File fileELF) { protected boolean initEmulator(File fileELF) {
try { try {
skyNode = new SkyNode(); skyNode = new SkyNode();
skyNode.setupNodePorts(); skyNode.setupNodePorts(false);
prepareMote(fileELF, skyNode.getCPU()); prepareMote(fileELF, skyNode.getCPU());
} catch (Exception e) { } catch (Exception e) {