aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/Serial.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-22 12:05:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-22 12:05:36 +0000
commitff8e0ea2d62687017b6cd700f7c3fe66c78c5647 (patch)
tree0baaa548e7623d1ef6070a7ed272cb4fbd49c042 /LUFA/Drivers/Peripheral/Serial.h
parent1d8bb8f9bc90a492073b93ef3b422ac947c873e7 (diff)
downloadlufa-ff8e0ea2d62687017b6cd700f7c3fe66c78c5647.tar.gz
lufa-ff8e0ea2d62687017b6cd700f7c3fe66c78c5647.tar.bz2
lufa-ff8e0ea2d62687017b6cd700f7c3fe66c78c5647.zip
Rename AVRU4U6U9 peripheral driver directory to AVR8.
Diffstat (limited to 'LUFA/Drivers/Peripheral/Serial.h')
-rw-r--r--LUFA/Drivers/Peripheral/Serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h
index 51600f48c..a2e06fa85 100644
--- a/LUFA/Drivers/Peripheral/Serial.h
+++ b/LUFA/Drivers/Peripheral/Serial.h
@@ -63,7 +63,7 @@
#if defined(__AVR32__)
#include "AVR32/Serial.h"
#else
- #include "AVRU4U6U7/Serial.h"
+ #include "AVR8/Serial.h"
#endif
#include "../../Common/Common.h"