forked from forks/qmk_firmware
Fixed typo in micro board definition in Studio
System was displaying two yun boards in the drop down in ASF Wizard
This commit is contained in:
parent
31f4260705
commit
fd39bcf72b
|
|
@ -836,7 +836,7 @@
|
|||
<build type="define" name="BOARD" value="BOARD_YUN"/>
|
||||
</module>
|
||||
|
||||
<module type="driver" id="lufa.drivers.board#yun" caption="Board Support - MICRO">
|
||||
<module type="driver" id="lufa.drivers.board#micro" caption="Board Support - MICRO">
|
||||
<build type="doxygen-entry-point" value="Group_BoardInfo_MICRO"/>
|
||||
|
||||
<device-support value="atmega32u4"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue