]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
we don't need interrupts on wrong bytes
authorandreaskoepke <andreaskoepke>
Fri, 3 Aug 2007 12:06:34 +0000 (12:06 +0000)
committerandreaskoepke <andreaskoepke>
Fri, 3 Aug 2007 12:06:34 +0000 (12:06 +0000)
tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h

index 213d30a09272c09f26bd95a5972b34b3e3099999..f88c1a361498f4e6c982d53fd059dd1f8520642e 100644 (file)
@@ -45,6 +45,6 @@ enum {
     UBR_1MHZ_23405=0x002A,  UMCTL_1MHZ_23405=0xDD, // 23405 bit/s
 };
 
-msp430_uart_union_config_t tda5250_uart_config = { {ubr: UBR_1MHZ_23405, umctl: UMCTL_1MHZ_23405, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie: 1, urxwie: 0, urxe: 1, utxe: 0} };
+msp430_uart_union_config_t tda5250_uart_config = { {ubr: UBR_1MHZ_23405, umctl: UMCTL_1MHZ_23405, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie:0, urxwie: 0, urxe: 1, utxe: 0} };
 
 #endif