diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-26 14:56:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-26 14:56:41 +0000 |
commit | 08789572410129c7dd5e7e510b48c9881a3d6f25 (patch) | |
tree | 04d314244a4c45a7843c5b245b61f0866300ba25 /LUFA/StudioIntegration/lufa.xml | |
parent | 2413d114b702f23427fe7cffc7e1529693e50e01 (diff) | |
download | lufa-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.xml | 2 |
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"/>
|