Add XMEGA TWI peripheral driver to the Atmel Studio extension XML.

This commit is contained in:
Dean Camera 2013-08-13 21:36:47 +02:00
parent 23910fa09e
commit fd524b0e00
1 changed files with 4 additions and 1 deletions

View File

@ -144,7 +144,10 @@
<require idref="lufa.common"/>
<info type="gui-flag" value="hidden"/>
<build type="c-source" value="Drivers/Peripheral/XMEGA/TWI_XMEGA.c"/>
<build type="header-file" value="Drivers/Peripheral/XMEGA/TWI_XMEGA.h"/>
<build type="include-path" value=".."/>
<build type="header-file" subtype="api" value="Drivers/Peripheral/TWI.h"/>
</module>
<module type="driver" id="lufa.drivers.peripheral.twi#uc3" caption="LUFA TWI Master Driver - UC3">