dfu: fix cosmetic issue in debug message

This commit is contained in:
Harald Welte
2017-03-03 00:35:51 +01:00
parent d1e963479e
commit e8eea29cf6

View File

@@ -29,7 +29,7 @@ int USBDFU_handle_dnload(uint8_t altif, unsigned int offset,
uint32_t addr;
int rc;
printf("dnload(altif=%u, offset=%u, len=%u\n\r", altif, offset, len);
printf("dnload(altif=%u, offset=%u, len=%u)\n\r", altif, offset, len);
switch (altif) {
case ALTIF_RAM: