From 1cfc2614ddffee45f8f76e03d401b3d1dce6d6b2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 29 Jun 2018 21:07:41 +0200 Subject: [PATCH] apps/dfu/main.c: Avoid variable declaration in for loop initial This fixes the following compile error: apps/dfu/main.c:73:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (unsigned int i=0; i