Fix Pinout HTML table layout

when trying to copy the layout into html, the output breaks due to a missing closing backet
This commit is contained in:
Felix Richter 2015-02-27 22:55:20 +01:00
parent e60e4f1f5d
commit 194ee39629
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ build pre_build bin.
<td>6</td><td>GPIO12</td><td></td><td></td> <td>6</td><td>GPIO12</td><td></td><td></td>
</tr> </tr>
<tr> <tr>
<td>7</td><td>GPIO13</td<td></td><td></td> <td>7</td><td>GPIO13</td><td></td><td></td>
</tr> </tr>
</table> </table>
#### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported. #### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported.