diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-17 12:38:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-17 12:38:24 +0000 |
commit | ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70 (patch) | |
tree | c9c4a38b9a264ea77f4a18b64b3da51560d7f079 /Projects/Benito/Benito.c | |
parent | 09bedd6555a72c70f6d6bfb965225d44dec171cd (diff) | |
download | lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.tar.gz lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.tar.bz2 lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.zip |
Added beginnings of a new AVRISP-MKII clone project.
Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints.
Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
Diffstat (limited to 'Projects/Benito/Benito.c')
-rw-r--r-- | Projects/Benito/Benito.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Benito/Benito.c b/Projects/Benito/Benito.c index afe29b4a9..90f8e0ba4 100644 --- a/Projects/Benito/Benito.c +++ b/Projects/Benito/Benito.c @@ -31,7 +31,7 @@ /** \file
*
* Main source file for the Benito project. This file contains the main tasks of
- * the demo and is responsible for the initial application hardware configuration.
+ * the project and is responsible for the initial application hardware configuration.
*/
#include "Benito.h"
|