]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/m16c62p/uart/M16c62pUart.h
changes to support standart tos PrintfC
[tinyos-2.x.git] / tos / chips / m16c62p / uart / M16c62pUart.h
index 7edb9413d970a047ec5c5ffd9639ceeb796970a0..23fa284dabd05a9b8e5c1a535a4e175bd76cef6d 100644 (file)
@@ -45,8 +45,9 @@
 
 
 typedef enum {
-  TOS_UART_1200   = 0,
-  TOS_UART_57600  = 7,
+  TOS_UART_1200,
+  TOS_UART_9600,
+  TOS_UART_57600,
 } uart_speed_t;
 
 typedef enum {