]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/java/net/tinyos/packet/BaudRate.java
added shimmer baud rate alias, updated makefiles to force mig
[tinyos-2.x.git] / support / sdk / java / net / tinyos / packet / BaudRate.java
index ce825e2e36448eb429b2b98bcdb7d355db6db623..1cab50f87943b94e1f592c6f46c384e4d9f242c7 100644 (file)
@@ -20,5 +20,7 @@ class BaudRate {
        Platform.add(Platform.x, "micaz",      57600);
        Platform.add(Platform.x, "eyesIFX",       57600);
        Platform.add(Platform.x, "intelmote2", 115200);
+       Platform.add(Platform.x, "iris",      57600);
+       Platform.add(Platform.x, "shimmer",      115200);
     }
 }