]> 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 0217961c4dac059b97d621703fcf487d78b53f5b..1cab50f87943b94e1f592c6f46c384e4d9f242c7 100644 (file)
@@ -21,5 +21,6 @@ class BaudRate {
        Platform.add(Platform.x, "eyesIFX",       57600);
        Platform.add(Platform.x, "intelmote2", 115200);
        Platform.add(Platform.x, "iris",      57600);
+       Platform.add(Platform.x, "shimmer",      115200);
     }
 }