projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
711542e
)
Fix compile and Doxygen errors due to the spell-check changes in the source code.
author
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 16 Jun 2010 11:46:42 +0000
(11:46 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 16 Jun 2010 11:46:42 +0000
(11:46 +0000)
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
patch
|
blob
|
blame
|
history
LUFA/ManPages/Donating.txt
patch
|
blob
|
blame
|
history
LUFA/ManPages/LUFAvsAtmelStack.txt
patch
|
blob
|
blame
|
history
LUFA/ManPages/MainPage.txt
patch
|
blob
|
blame
|
history
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
index
b5152b3
..
ac14415
100644
(file)
--- a/
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
+++ b/
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
@@
-101,9
+101,7
@@
*
* \return Boolean true if the buffer has been captured by the application for device-to-host transmissions, false otherwise
*/
*
* \return Boolean true if the buffer has been captured by the application for device-to-host transmissions, false otherwise
*/
- #define TCP_APP_HAVE_CAPTURED_BUFFER(Buffer) (!(Buffer->Ready) && Buffer->InUse && \
-
- (Buffer->Direction == TCP_PACKETDIR_OUT))
+ #define TCP_APP_HAVE_CAPTURED_BUFFER(Buffer) (!(Buffer->Ready) && Buffer->InUse && (Buffer->Direction == TCP_PACKETDIR_OUT))
/** Application macro: Indicates if the application can lock the buffer for multiple continued device-to-host transmissions.
*
/** Application macro: Indicates if the application can lock the buffer for multiple continued device-to-host transmissions.
*
diff --git
a/LUFA/ManPages/Donating.txt
b/LUFA/ManPages/Donating.txt
index
984cbfb
..
fff54ad
100644
(file)
--- a/
LUFA/ManPages/Donating.txt
+++ b/
LUFA/ManPages/Donating.txt
@@
-15,7
+15,7
@@
* donations are <i>greatly</i> appreciated.
*
* Note that commercial entities can remove the attribution portion of the LUFA license by a one-time fee - see
* donations are <i>greatly</i> appreciated.
*
* Note that commercial entities can remove the attribution portion of the LUFA license by a one-time fee - see
- * \ref Page_Licen
c
eInfo for more details (<b>Note: Please do NOT pay this in advance through the donation link below -
+ * \ref Page_Licen
s
eInfo for more details (<b>Note: Please do NOT pay this in advance through the donation link below -
* contact author for payment details.</b>).
*
* \image html "http://www.pledgie.com/campaigns/6927.png?skin_name=chrome"
* contact author for payment details.</b>).
*
* \image html "http://www.pledgie.com/campaigns/6927.png?skin_name=chrome"
diff --git
a/LUFA/ManPages/LUFAvsAtmelStack.txt
b/LUFA/ManPages/LUFAvsAtmelStack.txt
index
99e2dc3
..
fba2652
100644
(file)
--- a/
LUFA/ManPages/LUFAvsAtmelStack.txt
+++ b/
LUFA/ManPages/LUFAvsAtmelStack.txt
@@
-12,7
+12,7
@@
* official Atmel USB stack. Below are just some of the advantages to choosing LUFA over the official stack.
*
* - <b>Licensing:</b>
* official Atmel USB stack. Below are just some of the advantages to choosing LUFA over the official stack.
*
* - <b>Licensing:</b>
- * LUFA is released under a very permissive MIT license (see \ref Page_Licen
c
eInfo), while the Atmel stack carries several
+ * LUFA is released under a very permissive MIT license (see \ref Page_Licen
s
eInfo), while the Atmel stack carries several
* restrictions as to how and where it can be used. LUFA's licensing should be suitable for both Commercial and Non-Commercial
* entities alike.
*
* restrictions as to how and where it can be used. LUFA's licensing should be suitable for both Commercial and Non-Commercial
* entities alike.
*
diff --git
a/LUFA/ManPages/MainPage.txt
b/LUFA/ManPages/MainPage.txt
index
1282fab
..
f8cd2e5
100644
(file)
--- a/
LUFA/ManPages/MainPage.txt
+++ b/
LUFA/ManPages/MainPage.txt
@@
-13,7
+13,7
@@
*
* <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>
*
*
* <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>
*
- * LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license (see \ref Page_Licen
c
eInfo).
+ * LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license (see \ref Page_Licen
s
eInfo).
* It supports a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use,
* feature rich framework for the development of USB peripherals and hosts.
*
* It supports a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use,
* feature rich framework for the development of USB peripherals and hosts.
*
@@
-39,7
+39,7
@@
* \li \subpage Page_WhyUseLUFA - What are the advantages of using LUFA?
* \li \subpage Page_LUFAvsAtmelStack - How does LUFA compare to the Atmel USB AVR stack?
* \li \subpage Page_AlternativeStacks - Alternative USB AVR Stacks
* \li \subpage Page_WhyUseLUFA - What are the advantages of using LUFA?
* \li \subpage Page_LUFAvsAtmelStack - How does LUFA compare to the Atmel USB AVR stack?
* \li \subpage Page_AlternativeStacks - Alternative USB AVR Stacks
- * \li \subpage Page_Licen
c
eInfo - Project source license and commercial use information
+ * \li \subpage Page_Licen
s
eInfo - Project source license and commercial use information
* \li \subpage Page_Donating - Donating to support this project
* \li \subpage Page_LibraryApps - Overview of included Demos, Bootloaders and Projects
*/
* \li \subpage Page_Donating - Donating to support this project
* \li \subpage Page_LibraryApps - Overview of included Demos, Bootloaders and Projects
*/