mirror of https://github.com/contiki-ng/mspsim
made getNodeTypeByPlatform method public
This commit is contained in:
parent
9763b0a18e
commit
89e7c13489
|
|
@ -66,7 +66,7 @@ public class Main {
|
|||
return null;
|
||||
}
|
||||
|
||||
private static String getNodeTypeByPlatform(String platform) {
|
||||
public static String getNodeTypeByPlatform(String platform) {
|
||||
if ("jcreate".equals(platform)) {
|
||||
return "se.sics.mspsim.platform.jcreate.JCreateNode";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue