]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/java/net/tinyos/packet/BaudRate.java
added iris as an alias to 57600bps baud rate
[tinyos-2.x.git] / support / sdk / java / net / tinyos / packet / BaudRate.java
index ce825e2e36448eb429b2b98bcdb7d355db6db623..0217961c4dac059b97d621703fcf487d78b53f5b 100644 (file)
@@ -20,5 +20,6 @@ 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);
     }
 }