Fix up broken Studio pseudo-board configuration module, add missing USB driver files.
This commit is contained in:
parent
3edd686a05
commit
30545fdec7
4 changed files with 15 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue