We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174c051 commit 94baacbCopy full SHA for 94baacb
docs/semihosting.html
@@ -307,7 +307,7 @@ <h3 id="building-into-firmware">Building into firmware</h3>
307
308
<p>This small example shows how to init and use semihosting from gcc.</p>
309
310
-<div class="language-c highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">#include <stdio.h>
+<div class="language-c highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">#include</span> <span class="cpf"><stdio.h></span><span class="cp">
311
</span>
312
<span class="k">extern</span> <span class="kt">void</span> <span class="nf">initialise_monitor_handles</span><span class="p">(</span><span class="kt">void</span><span class="p">);</span>
313
0 commit comments