diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-08 18:59:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-08 18:59:25 +0000 |
commit | ebd059d0eb07055d3d949f53ba284e23eac23bc6 (patch) | |
tree | febfb1e7d1c1b7b4d8c2b806c06675e9ce3428d9 /LUFA/DoxygenPages/ChangeLog.txt | |
parent | c2f9eba33f9ca8a7254b0f38b243ffa6e2b1d19c (diff) | |
download | lufa-ebd059d0eb07055d3d949f53ba284e23eac23bc6.tar.gz lufa-ebd059d0eb07055d3d949f53ba284e23eac23bc6.tar.bz2 lufa-ebd059d0eb07055d3d949f53ba284e23eac23bc6.zip |
Update AS integration scripts and transforms - extract out the module description from the Doxygen XML output for the GUI.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index e94b78818..fb05dd63d 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -49,7 +49,7 @@ * - Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte) * - Updated bootloader makefiles to remove dependency on the \c bc command line calculator tool * - Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved in EEPROM (thanks to Gerhard Wesser) - * - Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) + * - Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Kuppers) * * <b>Fixed:</b> * - Core: |