aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/lufa.xml
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-26 14:56:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-26 14:56:41 +0000
commit08789572410129c7dd5e7e510b48c9881a3d6f25 (patch)
tree04d314244a4c45a7843c5b245b61f0866300ba25 /LUFA/StudioIntegration/lufa.xml
parent2413d114b702f23427fe7cffc7e1529693e50e01 (diff)
downloadlufa-08789572410129c7dd5e7e510b48c9881a3d6f25.tar.gz
lufa-08789572410129c7dd5e7e510b48c9881a3d6f25.tar.bz2
lufa-08789572410129c7dd5e7e510b48c9881a3d6f25.zip
Fix device support typo preventing the XMEGA A3BU from being allowed as a device target in the Atmel Studio extension.
Diffstat (limited to 'LUFA/StudioIntegration/lufa.xml')
-rw-r--r--LUFA/StudioIntegration/lufa.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/lufa.xml b/LUFA/StudioIntegration/lufa.xml
index e504164b1..5f491f599 100644
--- a/LUFA/StudioIntegration/lufa.xml
+++ b/LUFA/StudioIntegration/lufa.xml
@@ -50,7 +50,7 @@
<device-support value="atxmega128a3u"/>
<device-support value="atxmega192a3u"/>
<device-support value="atxmega256a3u"/>
- <device-support value="atxmega256a3b"/>
+ <device-support value="atxmega256a3bu"/>
<device-support value="atxmega128a1u"/>
<device-support value="atxmega64b3"/>
<device-support value="atxmega128b3"/>