<p>Kévin Redon has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9863">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">update_fidi: remove debug output since this function is called in time critical ISR<br><br>Change-Id: I08f407d407a18dae3f360ddc64769ddfaeb5b559<br>---<br>M firmware/libcommon/source/simtrace_iso7816.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/63/9863/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/firmware/libcommon/source/simtrace_iso7816.c b/firmware/libcommon/source/simtrace_iso7816.c</span><br><span>index 3d843a7..fe8b88e 100644</span><br><span>--- a/firmware/libcommon/source/simtrace_iso7816.c</span><br><span>+++ b/firmware/libcommon/source/simtrace_iso7816.c</span><br><span>@@ -135,8 +135,8 @@</span><br><span>               }</span><br><span>            usart->US_FIDI = (ratio & 0x7ff);</span><br><span>             usart->US_CR |= US_CR_RXEN | US_CR_STTTO;</span><br><span style="color: hsl(0, 100%, 40%);">-            TRACE_INFO("updated USART Fi(%u)/Di(%u) ratio(%d): %u\n\r", fi, di, ratio, usart->US_FIDI);</span><br><span style="color: hsl(120, 100%, 40%);">+              //TRACE_INFO("updated USART Fi(%u)/Di(%u) ratio(%d): %u\n\r", fi, di, ratio, usart->US_FIDI); /* don't print since this is function is also called by ISRs */</span><br><span>       } else {</span><br><span style="color: hsl(0, 100%, 40%);">-                TRACE_WARNING("computed Fi/Di ratio %d unsupported\n\r", ratio);</span><br><span style="color: hsl(120, 100%, 40%);">+            //TRACE_WARNING("computed Fi/Di ratio %d unsupported\n\r", ratio); /* don't print since this is function is also called by ISRs */</span><br><span>     }</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9863">change 9863</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9863"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I08f407d407a18dae3f360ddc64769ddfaeb5b559 </div>
<div style="display:none"> Gerrit-Change-Number: 9863 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>