Tweak the LUFA config for the Mass Storage class bootloader to reduce the compiled...
[pub/USBasp.git] / LUFA / StudioIntegration / XSLT / lufa_extension_transform.xslt
index 8cb4ea9..f50f8a4 100644 (file)
        <xsl:template match="lufa-manifest">
                <xsl:comment>This file has been automatically generated from the LUFA Atmel Studio integration XML files.</xsl:comment>
 
-               <fdk xml-version="2.0">
+               <extension-container xmlversion="2.0">
                        <xsl:for-each select="xml-source">
-                               <xsl:apply-templates select="document(@filename)/lufa/fdk/*"/>
+                               <xsl:apply-templates select="document(@filename)/lufa/extension-container/*"/>
                        </xsl:for-each>
-               </fdk>
+               </extension-container>
        </xsl:template>
 
        <!-- Recursively match and copy/process all nodes/attributes -->