aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-09-13 16:29:29 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-09-13 16:29:29 +1000
commit6c8ebd70c763790c3550be9b9e8b81aa1e225415 (patch)
tree0f680e5186e6112d7efb9a4265e86106af443b8a /LUFA/DoxygenPages
parent025e57bd7246128636bda9760b654cc5f0d10a58 (diff)
downloadlufa-6c8ebd70c763790c3550be9b9e8b81aa1e225415.tar.gz
lufa-6c8ebd70c763790c3550be9b9e8b81aa1e225415.tar.bz2
lufa-6c8ebd70c763790c3550be9b9e8b81aa1e225415.zip
Fixed broken AVR8 USART-SPI peripheral driver (thanks to Phil Zakielarz).
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 075fb253b..ef1fe6cce 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -33,6 +33,7 @@
* FLASH memory devices (thanks to demultiplexer)
* - Fixed missing parenthesis in the MIDI_EVENT() macro which could cause incorrect results (thanks to hexwab)
* - Fixed mixed capitalization of TWI in the XMEGA TWI driver causing compilation failures (thanks to Jacob Schloss)
+ * - Fixed broken AVR8 USART-SPI peripheral driver (thanks to Phil Zakielarz)
* - Library Applications:
* - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen)
* - Fixed blocking USART reads causing low throughput on slow baud rates in the USBtoSerial project (thanks to Nevada Smith)