projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Peripheral
/
ADC.h
diff --git
a/LUFA/Drivers/Peripheral/ADC.h
b/LUFA/Drivers/Peripheral/ADC.h
index
fe76645
..
5a1d330
100644
(file)
--- a/
LUFA/Drivers/Peripheral/ADC.h
+++ b/
LUFA/Drivers/Peripheral/ADC.h
@@
-68,7
+68,7
@@
/* Includes: */
#if (ARCH == ARCH_AVR8)
- #include "AVR8/ADC.h"
+ #include "AVR8/ADC
_AVR8
.h"
#else
#error The ADC peripheral driver is not currently available for your selected architecture.
#endif