aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-20 13:08:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-20 13:08:27 +0000
commit5d7827a573b7c9d110b1a9b180b5c2596c50ea3b (patch)
treeef4fb7464cd587f3875e3d21b60c2c6ae846f4cc /LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
parentd784baaa3a97929fc9a7fed7fff84ff7b0f5bc17 (diff)
downloadlufa-5d7827a573b7c9d110b1a9b180b5c2596c50ea3b.tar.gz
lufa-5d7827a573b7c9d110b1a9b180b5c2596c50ea3b.tar.bz2
lufa-5d7827a573b7c9d110b1a9b180b5c2596c50ea3b.zip
Minor internal macro renaming for the UC3 devices.
Diffstat (limited to 'LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h')
-rw-r--r--LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h b/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
index b82b27e54..2444a2c63 100644
--- a/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
+++ b/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
@@ -168,7 +168,7 @@
*/
#define PIPE_CONTROLPIPE_DEFAULT_SIZE 64
- #if defined(USB_SERIES_UC3A3_AVR) || defined(USB_SERIES_UC3A4_AVR) || defined(__DOXYGEN__)
+ #if defined(USB_SERIES_UC3A3_AVR32) || defined(USB_SERIES_UC3A4_AVR32) || defined(__DOXYGEN__)
/** Total number of pipes (including the default control pipe at address 0) which may be used in
* the device.
*/