<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10672">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">DFU: fix Wformat compile warning<br><br>Change-Id: I8c422d8a709f8311c40d37e1f1f01dcd3a199b6f<br>---<br>M firmware/apps/dfu/main.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/firmware/apps/dfu/main.c b/firmware/apps/dfu/main.c</span><br><span>index 7f8fbfc..f9b6aed 100644</span><br><span>--- a/firmware/apps/dfu/main.c</span><br><span>+++ b/firmware/apps/dfu/main.c</span><br><span>@@ -256,7 +256,7 @@</span><br><span>         TRACE_INFO("Serial Nr. %08x-%08x-%08x-%08x\n\r",</span><br><span>              g_unique_id[0], g_unique_id[1],</span><br><span>              g_unique_id[2], g_unique_id[3]);</span><br><span style="color: hsl(0, 100%, 40%);">-     TRACE_INFO("Reset Cause: 0x%x\n\r", reset_cause);</span><br><span style="color: hsl(120, 100%, 40%);">+   TRACE_INFO("Reset Cause: 0x%lx\n\r", reset_cause);</span><br><span> </span><br><span> #if (TRACE_LEVEL >= TRACE_LEVEL_INFO)</span><br><span>         /* Find out why we are in the DFU bootloader, and not the main application */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10672">change 10672</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/10672"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I8c422d8a709f8311c40d37e1f1f01dcd3a199b6f </div>
<div style="display:none"> Gerrit-Change-Number: 10672 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>