diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-07-15 21:23:13 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-07-15 21:23:13 +1000 |
commit | 3d818fbb86ddb648c6df4d9389dc025510a169b6 (patch) | |
tree | 1d807808fa9217039a7ae3619017441d2bbdafd8 /LUFA/DoxygenPages/ChangeLog.txt | |
parent | 0c00c2aaa30421aea2e949443853971ec11a82bb (diff) | |
download | lufa-3d818fbb86ddb648c6df4d9389dc025510a169b6.tar.gz lufa-3d818fbb86ddb648c6df4d9389dc025510a169b6.tar.bz2 lufa-3d818fbb86ddb648c6df4d9389dc025510a169b6.zip |
Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API functions.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 9adc14ca3..a03d389b4 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -10,6 +10,7 @@ * <b>New:</b> * - Core: * - Updated the BUILD build system module to add a new COMPILER_PATH optional variable + * - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver * * <b>Fixed:</b> * - Core: |