forked from mfulz_github/qmk_firmware
Fix device support typo preventing the XMEGA A3BU from being allowed as a device target in the Atmel Studio extension.
This commit is contained in:
parent
2413d114b7
commit
0878957241
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue