projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
HighLevel
/
USBTask.c
diff --git
a/LUFA/Drivers/USB/HighLevel/USBTask.c
b/LUFA/Drivers/USB/HighLevel/USBTask.c
index
af3d7da
..
afddcc1
100644
(file)
--- a/
LUFA/Drivers/USB/HighLevel/USBTask.c
+++ b/
LUFA/Drivers/USB/HighLevel/USBTask.c
@@
-28,9
+28,8
@@
this software.
\r
*/
\r
\r
-#include "USBMode.h"
\r
-
\r
-#define INCLUDE_FROM_USBTASK_C
\r
+#define __INCLUDE_FROM_USBTASK_C
\r
+#define __INCLUDE_FROM_USB_DRIVER
\r
#include "USBTask.h"
\r
\r
volatile bool USB_IsInitialized;
\r