<p>Kévin Redon has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9860">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">DFU: remove force bootloader button debug message since the console is output message is not initialized yet<br><br>Change-Id: Ibea0105929a8dc38b43dacd9d1e576d7b51d0c6a<br>---<br>M firmware/libboard/simtrace/source/board_simtrace.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/60/9860/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/firmware/libboard/simtrace/source/board_simtrace.c b/firmware/libboard/simtrace/source/board_simtrace.c</span><br><span>index 04a3249..90bf9bc 100644</span><br><span>--- a/firmware/libboard/simtrace/source/board_simtrace.c</span><br><span>+++ b/firmware/libboard/simtrace/source/board_simtrace.c</span><br><span>@@ -44,7 +44,8 @@</span><br><span> </span><br><span>       /* Enter DFU bootloader in case the respective button is pressed */</span><br><span>  if (PIO_Get(&bl_sw_pin) == 0) {</span><br><span style="color: hsl(0, 100%, 40%);">-             printf("BOOTLOADER switch presssed -> Force DFU\n\r");</span><br><span style="color: hsl(120, 100%, 40%);">+           /* do not print to early since the console is not initialized yet */</span><br><span style="color: hsl(120, 100%, 40%);">+          //printf("BOOTLOADER switch pressed -> Force DFU\n\r");</span><br><span>                 return 1;</span><br><span>    } else</span><br><span>               return 0;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9860">change 9860</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/9860"/><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: Ibea0105929a8dc38b43dacd9d1e576d7b51d0c6a </div>
<div style="display:none"> Gerrit-Change-Number: 9860 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>