aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/Serial.h
diff options
context:
space:
mode:
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"