Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in under...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 16 Aug 2009 10:57:47 +0000 (10:57 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 16 Aug 2009 10:57:47 +0000 (10:57 +0000)
commit3a85962f94eccfa86a5db46899bddeaceb79fee6
tree6253b7b5dde08040af73f3d2371e5b0c3ddd57fb
parentb71ff7c8cd68209a74c8690f4d190cc634ef8fb3
Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in under all circumstances which fire the ISR, so that the receive complete interrupt is cleared correctly to prevent freezes.
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c