Skip to content

Commit 4e729f7

Browse files
author
Amanda Butler
authored
Add printf example link to tutorials_intro.md
Apply change from PR #845 to add link to printf example.
1 parent ed6cabd commit 4e729f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/tutorials/tutorials_intro.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ These tutorials teach you to communicate with your development board, an essenti
114114
<tr>
115115
<td><a href="serial-comm.html">Board to PC communication over USB tutorial</a></td>
116116
</tr>
117+
<tr>
118+
<td><a href="serial-comm.html#minimal-printf">Low memory serial printf example</a></td>
119+
</tr>
117120
</tbody>
118121
</table>
119122

0 commit comments

Comments
 (0)