Fix up broken Studio pseudo-board configuration module, add missing USB driver files.

This commit is contained in:
Dean Camera 2013-01-07 16:27:17 +00:00
parent 3edd686a05
commit 30545fdec7
4 changed files with 15 additions and 5 deletions

View file

@ -49,7 +49,7 @@
<!-- Update the extension online help URLs to the version of LUFA being
used -->
<xsl:template match="online-help/*/@baseurl | online-help/index-page/@url">
<xsl:template match="online-help/*/@baseurl">
<xsl:attribute name="baseurl">
<xsl:value-of select="current()"/>
<xsl:value-of select="$lufa-version"/>
@ -57,4 +57,12 @@
</xsl:attribute>
</xsl:template>
<xsl:template match="online-help/index-page/@url">
<xsl:attribute name="url">
<xsl:value-of select="current()"/>
<xsl:value-of select="$lufa-version"/>
<xsl:text>/html/</xsl:text>
</xsl:attribute>
</xsl:template>
</xsl:stylesheet>